> From: Kaspar Fischer [mailto:[EMAIL PROTECTED] > Subject: Sharing an object between two webapps > > I guess this is related to classloaders, but do not know how > to proceed.
You are correct in that it's related to classloaders, but the specific answer depends on the version of Tomcat you're using, which you didn't tell us. Look at the docs for the appopriate level: http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html Make sure that access to such shared data is properly synchronized, or you'll continue to have problems. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]