Re: Tomcat 6 graceful shutdown

2011-03-21 Thread Mark Thomas
On 21/03/2011 02:15, Igor Cicimov wrote: Hi, I'm running Tomcat 6.0.26 on Solaris 10 and have a question about what exactly happens during Tomcat graceful shutdown? I guess first thing it does is stop accepting new sessions on the listening ports. Sessions aren't received on ports, requests

Re: Tomcat 6 graceful shutdown

2011-03-21 Thread Igor Cicimov
Hi Mark, Thanks for your reply. I guess this means that if Tomcat hangs during shutdown then something is wrong with the application and it can't close the threads? What can I do to trouble shoot this and find exactly where the problem is? (except taking stack trace on the hanged process of

RE: Tomcat 6 graceful shutdown

2011-03-21 Thread Caldarale, Charles R
From: Igor Cicimov [mailto:icici...@gmail.com] Subject: Re: Tomcat 6 graceful shutdown What can I do to trouble shoot this and find exactly where the problem is? (except taking stack trace on the hanged process of course) Taking a thread dump is pretty much the only way. Other than

Tomcat 6 graceful shutdown

2011-03-20 Thread Igor Cicimov
Hi, I'm running Tomcat 6.0.26 on Solaris 10 and have a question about what exactly happens during Tomcat graceful shutdown? I guess first thing it does is stop accepting new sessions on the listening ports. Sessions only or it stops accepting new requests from the already established sessions?