I am interested in what Tomcat does when it receives a shutdown signal.
Specifically, does it wait for requests being serviced to finish before
terminating.  I have traced the code to Context.shutdownContext.  Nothing so
far gives me the indication that Tomcat will wait until all HTTP requests
have been completed before shutting down.  


Reply via email to