> From: Brian [mailto:bbprefix-m...@yahoo.com] 
> Subject: RE: After manager says that there was a leak, how to use a profiler?

> All my JARs are in the shared directory that Tomcat has.
> Is that a problem?

Yes, that's a problem.  You very likely have some references in the shared 
classes that point to objects of one webapp or the other - and that will 
prevent their every being garbage collected.

Put the jars where they belong - in each webapp's WEB-INF/lib directory.  Disk 
is cheap, instability isn't.

 - 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

Reply via email to