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 accessible to
another? If so, how?

 Edmund


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to