Author: markt
Date: Fri Jun 24 15:22:30 2011
New Revision: 1139354

URL: http://svn.apache.org/viewvc?rev=1139354&view=rev
Log:
Disable the shutdown port when running as a service. One less port to conflict 
when installing multiple services.

Modified:
    tomcat/trunk/res/confinstall/server_1.xml

Modified: tomcat/trunk/res/confinstall/server_1.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/confinstall/server_1.xml?rev=1139354&r1=1139353&r2=1139354&view=diff
==============================================================================
--- tomcat/trunk/res/confinstall/server_1.xml (original)
+++ tomcat/trunk/res/confinstall/server_1.xml Fri Jun 24 15:22:30 2011
@@ -19,7 +19,7 @@
      define subcomponents such as "Valves" at this level.
      Documentation at /docs/config/server.html
  -->
-<Server port="8005" shutdown="SHUTDOWN">
+<Server port="-1" shutdown="SHUTDOWN">
   <!-- Security Listener. Documentation at /docs/config/listeners.html
   <Listener className="org.apache.catalina.security.SecurityListener" />
   -->



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to