Hello,
We use Tomcat 5.5.23
Using the command "catalina.sh stop" interrupts abruptly any working servlet
threads and stop Tomcat.
Is there a way of shutting tomcat gracefully?
For me, an example of graceful shutdown would be:
1) The HTTP connector stop accepting new requests
2) Tomcat wait th
Hi, Ben
> 1) Define a status worker [1] and one (or more) workers.
Interresting. Will this status worker thing work -without- a webserver as
Frontend (like Apache) ?
I'm looking now into the use of JMX to solve this issue, by trying to block
new HTTP requests using the /manager/jmxproxy/ befo