Author: markt
Date: Tue Apr 27 12:51:11 2010
New Revision: 938431
URL: http://svn.apache.org/viewvc?rev=938431&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49073
Improve shutdown port docs
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml?rev=938431&r1=938430&r2=938431&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml Tue Apr 27 12:51:11 2010
@@ -62,7 +62,11 @@
<attribute name="port" required="true">
<p>The TCP/IP port number on which this server waits for a shutdown
command. This connection must be initiated from the same server
- computer that is running this instance of Tomcat.</p>
+ computer that is running this instance of Tomcat. 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: [email protected]
For additional commands, e-mail: [email protected]