Document that shutdown address is configurable.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 16 Nov 2008 12:17:28 +0000 (12:17 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 16 Nov 2008 12:17:28 +0000 (12:17 +0000)
Add note re how to disable this completely.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@718011 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/server.xml

index 3d5df9f..659da28 100644 (file)
       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">