Author: markt
Date: Tue Apr 27 12:50:38 2010
New Revision: 938430

URL: http://svn.apache.org/viewvc?rev=938430&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49073

Modified:
    tomcat/trunk/webapps/docs/config/server.xml

Modified: tomcat/trunk/webapps/docs/config/server.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/server.xml?rev=938430&r1=938429&r2=938430&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/server.xml (original)
+++ tomcat/trunk/webapps/docs/config/server.xml Tue Apr 27 12:50:38 2010
@@ -66,7 +66,11 @@
 
     <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">



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

Reply via email to