From e1139fc9351bd3e6f3ac5e8effb577d1714df1ea Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 16 Nov 2008 12:17:28 +0000 Subject: [PATCH] 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 --- webapps/docs/config/server.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.

-- 2.11.0