From 7ea3a48fe392d725af1f9b0708f4df54e4a87ba6 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 27 Apr 2010 12:50:38 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49073 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@938430 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/server.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webapps/docs/config/server.xml b/webapps/docs/config/server.xml index 3ea32145d..42e979afe 100644 --- a/webapps/docs/config/server.xml +++ b/webapps/docs/config/server.xml @@ -66,7 +66,11 @@

The TCP/IP port number on which this server waits for a shutdown - command. Set to -1 to disable the shutdown port.

+ 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.

-- 2.11.0