On 03/03/2011 12:56, Volodymyr Ladnik wrote: > Hello, > I have issue using apache-tomcat-6.0.29 on Ubuntu and Gentoo Linux. > After deploying my .war file to server Tomcat doesn't stop it's process when > run bin/shutdown.sh script. This issue is also reproducible with > tomcat-7.0.8.
Most likely, an application has started a non-daemon thread but failed to stop it. Take a thread dump after shut down to find it. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org