Re: How to gracefully shutdown tomcat7 executable war?

2013-08-15 Thread Olaf Bergner
mon and GC threads the main thread is still alive and waiting in Tomcat7Runner.waitIndefinitely(). Anything else I should try? Olaf Am 15.08.13 18:36 schrieb "Mark Thomas" unter : >On 15/08/2013 17:33, Olaf Bergner wrote: > >> 1. Tried to gracefully shutdown tomcat exec-war by s

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