your application probably starts some threads that are non-daemon
threads, and don't stop when tomcat tries to tomcat.
a kill -3 will dump the remaining threads to std out, and you can
see what the threads are that are not wanting to go away :)
Filip
Alexander Ryan wrote:
I am unable to shut
I am unable to shutdown Tomcat 5.5.17.
When I try to shutdown using /bin/shutdown.sh or "./catalina.sh stop" it
just pauses like so .
Feb 4, 2008 4:51:00 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-80
I have to kill the thread every time like so "pk