From: markt
Date: Tue, 27 Apr 2010 12:50:38 +0000 (+0000)
Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49073
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7ea3a48fe392d725af1f9b0708f4df54e4a87ba6;p=tomcat7.0
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
---
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.