Re: sharing objects between webapps

2002-06-05 Thread anette mysel
PLEASE REMOVE ME FROM YOUR MAILING LIST.I DO NOT KNOW WHO YOU ARE. THANK YOU,... - Original Message - From: "Edmund Urbani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 9:09 AM Subject: sharing objects between webapps > > Hi!

sharing objects between webapps

2002-06-05 Thread Edmund Urbani
Hi! I'm currently working on two webapps that run in the same Tomcat (4.0.1) and share some common data. To do so efficiently, I would need them to actually access the same java objects in memory (really the instances, not just same classes). So, is it possible for one webapp to make an object