Author: markt Date: Sun Nov 16 04:17:28 2008 New Revision: 718011 URL: http://svn.apache.org/viewvc?rev=718011&view=rev Log: Document that shutdown address is configurable. Add note re how to disable this completely.
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=718011&r1=718010&r2=718011&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/server.xml (original) +++ tomcat/trunk/webapps/docs/config/server.xml Sun Nov 16 04:17:28 2008 @@ -56,10 +56,14 @@ be used.</p> </attribute> + <attribute name="address" required="false"> + <p>The TCP/IP address on which this server waits for a shutdown + command. If no address is specified, <code>localhost</code> is used.</p> + </attribute> + <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> + command. Set to <code>-1</code> to disable the shutdown port.</p> </attribute> <attribute name="shutdown" required="true"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]