how to stop user app daemon threads in tomcat webapps?

2005-11-06 Thread Augmentin
Hi, I found that the daemon threads created by my Tomcat webapp won't automatically stop when the webapp itself is stopped or undeployed/redeployed. As Tomcat itself is a java application there will always be user threads in the jvm even when your webapp is stopped.. which makes the daemon

Re: how to stop user app daemon threads in tomcat webapps?

2005-11-06 Thread Darek Czarkowski
On Mon, 7 Nov 2005 11:36:16 +0800 Augmentin [EMAIL PROTECTED] wrote: Hi, I found that the daemon threads created by my Tomcat webapp won't automatically stop when the webapp itself is stopped or undeployed/redeployed. As Tomcat itself is a java application there will always be user threads in