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 exec-war seems to
> ignore this.

Try kill -15 instead.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to