> From: Gormley, Josh [mailto:[EMAIL PROTECTED] 
> Subject: RE: undeploy doesn't completely remove classes from memory
> 
> Ideally, I would be able to redeploy individual apps without
> affecting any of the other apps.

The problem is usually within the application, where it's stored an app
object or class reference somewhere.  This prevents GC from releasing
the remnants of the app when it's replaced, eventually filling up the
heap (usually the PermGen).  Changing containers won't help when the
source of the difficulty is in the app itself.  Can be a devil to track
down.

 - 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]

Reply via email to