From: markt
Date: Sun, 16 Nov 2008 12:17:28 +0000 (+0000)
Subject: Document that shutdown address is configurable.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e1139fc9351bd3e6f3ac5e8effb577d1714df1ea;p=tomcat7.0
Document that shutdown address is configurable.
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
---
diff --git a/webapps/docs/config/server.xml b/webapps/docs/config/server.xml
index 3d5df9f4e..659da28ee 100644
--- a/webapps/docs/config/server.xml
+++ b/webapps/docs/config/server.xml
@@ -56,10 +56,14 @@
be used.
+
+ The TCP/IP address on which this server waits for a shutdown
+ command. If no address is specified, localhost is used.
+
+
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.
+ command. Set to -1 to disable the shutdown port.