From aa6e3666a200417ce522a0ad0d2b0c7c3de1f804 Mon Sep 17 00:00:00 2001
From: kkolinko The TCP/IP port number on which this server waits for a shutdown
- command. Set to -1 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.-1 to disable the shutdown port.
Note: Disabling the shutdown port works well when Tomcat is started + using Apache Commons Daemon + (running as a service on Windows or with jsvc on un*xes). It cannot be + used when running Tomcat with the standard shell scripts though, as it + will prevent shutdown.bat|.sh and catalina.bat|.sh from stopping it + gracefully.