Re: How to gracefully shutdown tomcat7 executable war?

2013-08-15 Thread Mark Thomas
On 15/08/2013 17:58, Olaf Bergner wrote: > Hi Mark, thanks for the prompt reply. I tried your suggestion, and yes, > *something* happens. The log says > > 15.08.13 18:45:50.903 [INFO] | [Thread-5] [Http11Protocol] [Pausing > ProtocolHandler ["http-bio-8080"]] > log4j:WARN No appenders could be fou

Re: How to gracefully shutdown tomcat7 executable war?

2013-08-15 Thread Olaf Bergner
Hi Mark, thanks for the prompt reply. I tried your suggestion, and yes, *something* happens. The log says 15.08.13 18:45:50.903 [INFO] | [Thread-5] [Http11Protocol] [Pausing ProtocolHandler ["http-bio-8080"]] log4j:WARN No appenders could be found for logger (org.apache.catalina.core.StandardServi

Re: How to gracefully shutdown tomcat7 executable war?

2013-08-15 Thread Mark Thomas
On 15/08/2013 17:33, Olaf Bergner wrote: > 1. Tried to gracefully shutdown tomcat exec-war by sending its > process the SIGINT signal ("kill –2 ${tomcatpid}). According to our > researches, this should be equivalent to a CTRL-C in the console > (which we do not have in production). Alas, tomcat e

How to gracefully shutdown tomcat7 executable war?

2013-08-15 Thread Olaf Bergner
We are currently experimenting with deploying all of our web-based services as executable wars created by the tomcat7-maven-plugin's "exec-war" goal. Our deployment format is RPM, so we wrapped this exec-war into some standard linux service and packaged everything as an RPM. So far, we really li