> From: David Delbecq [mailto:[EMAIL PROTECTED] 
> Subject: webappclassloader won't get garbage colelcte, need 
> suggestions (outof memory)
>
> Shouldn't tomcat clean the ThreadGroup when a webapp 
> is undeployed?

It's certainly not the container's job to keep track of threads that it
has no knowledge of.  Since your webapp created them, it's up to the
webapp to clean up properly.

I suspect these auxiliary threads are not actually terminating properly,
since the JVM automatically removes terminated threads from the group to
which they belong.

 - 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