I'm doing it, thanks!

> -----Original Message-----
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Sent: Tuesday, November 16, 2010 04:27 PM
> To: Tomcat Users List
> Subject: RE: After manager says that there was a leak, how to use a
profiler?
> 
> > 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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to