Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49073
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 27 Apr 2010 12:50:38 +0000 (12:50 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 27 Apr 2010 12:50:38 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@938430 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/server.xml

index 3ea3214..42e979a 100644 (file)
 
     <attribute name="port" required="true">
       <p>The TCP/IP port number on which this server waits for a shutdown
-      command. Set to <code>-1</code> to disable the shutdown port.</p>
+      command. Set to <code>-1</code> 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.</p>
     </attribute>
 
     <attribute name="shutdown" required="true">