https://issues.apache.org/bugzilla/show_bug.cgi?id=55743

--- Comment #2 from Felix Becker <f.bec...@douglas.de> ---
Hi,

http://tomcat.apache.org/tomcat-7.0-doc/config/server.html 


=== Quote
Note: Disabling the shutdown port works well when Tomcat is started using
Apache Commons Daemon (running as a service on Windows or with jsvc on un*xes).
It cannot be used when running Tomcat with the standard shell scripts though,
as it will prevent shutdown.bat|.sh and catalina.bat|.sh from stopping it
gracefully.
=== End quote

Okay, the "It cannot be used when running Tomcat with the standard shell
scripts though, as it will prevent shutdown.bat|.sh and catalina.bat|.sh from
stopping it gracefully." describes my situation correctly.

But I'm wondering why that is implemented in this way because a normal SIGTERM
causes a graceful shutdown - is there any reason why the catalina.sh doesn't
send this SIGTERM?

Is there a chance that this improvement will be added to the stable line of
TC7? If not i'll try to patch my catalina.sh by myself.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to