From: kkolinko Date: Sun, 27 Mar 2011 20:58:13 +0000 (+0000) Subject: Update the docs regarding the shutdown port number. It is a followup to r938430. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=aa6e3666a200417ce522a0ad0d2b0c7c3de1f804;p=tomcat7.0 Update the docs regarding the shutdown port number. It is a followup to r938430. As Steven Schlansker noted on the users list, disabling the port affects un*x systems, as kill -9 is not a clean shutdown. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1086036 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/server.xml b/webapps/docs/config/server.xml index 42e979afe..aa886ae17 100644 --- a/webapps/docs/config/server.xml +++ b/webapps/docs/config/server.xml @@ -66,11 +66,13 @@

The TCP/IP port number on which this server waits for a shutdown - command. Set to -1 to disable the shutdown port. Note: - Disabling the shutdown port will prevent shutdown.bat and catalina.bat - from stopping the Tomcat process on Windows operating systems. Operating - systems that use the *.sh scripts will not be affected by disabling the - shutdown port.

+ command. Set to -1 to disable the shutdown port.

+

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.