Re: Tomcat doesn't stop if a java thread is running

2009-04-20 Thread Leon Rosenberg
On Mon, Apr 20, 2009 at 9:29 AM, Paolo Gambetti wrote: > I have this problem. If in my web application running in Tomcat there is a > java thread running when i stop Tomcat with shutdown.bat or shutdown.sh > tomcat process doesn't end and i have to kill it manually. How can i solve > this problem?

Re: Tomcat doesn't stop if a java thread is running

2009-04-20 Thread Markus Schönhaber
Paolo Gambetti: > I have this problem. If in my web application running in Tomcat there is a > java thread running when i stop Tomcat with shutdown.bat or shutdown.sh > tomcat process doesn't end and i have to kill it manually. How can i solve > this problem? Is there anything to change in java th

Tomcat doesn't stop if a java thread is running

2009-04-20 Thread Paolo Gambetti
I have this problem. If in my web application running in Tomcat there is a java thread running when i stop Tomcat with shutdown.bat or shutdown.sh tomcat process doesn't end and i have to kill it manually. How can i solve this problem? Is there anything to change in java threads code? thank you.