> From: Gerwood Stewart [mailto:gstew...@une.edu.au]
> Subject: RE: Tomcat and PermGen
> 
> Do you know of any ways to track down what might be 'stuck' here or a
> starting point I could use?

Take a look at this, although the thread you read probably covered much of it:
http://opensource.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669

You're most likely going to have to slog through heap profiler output looking 
for objects (including java.lang.Class instances) that belong to the stopped 
webapp.  They'll show up more readily if you just undeploy, not redeploy.

 - 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