> From: Curtis Garman [mailto:curt.gar...@gmail.com] > Subject: Re: tomcat 5.5.25 shared lib and sharing webapp jars > > Honestly, I'm not that familiar with classloaders...I've never had to > deal with them...what would I look at to determine if this danger is > likely to be present?
Sorry, I think I used poor wording there. Should have used something like "instances of classes loaded by a webapp's classloader". So you don't have to look at the classloaders themselves, just classes of the webapp. If a class under consideration for sharing keeps any references to objects of a webapp (e.g., for callbacks), that class really isn't appropriate for sharing. - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org