Author: markt Date: Tue Apr 27 12:51:27 2010 New Revision: 938432 URL: http://svn.apache.org/viewvc?rev=938432&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49073 Improve shutdown port docs
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/server.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/server.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/config/server.xml?rev=938432&r1=938431&r2=938432&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/config/server.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/config/server.xml Tue Apr 27 12:51:27 2010 @@ -59,7 +59,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org