Disable the shutdown port when running as a service. One less port to conflict when...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 24 Jun 2011 15:22:30 +0000 (15:22 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 24 Jun 2011 15:22:30 +0000 (15:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1139354 13f79535-47bb-0310-9956-ffa450edef68

res/confinstall/server_1.xml

index 9198f5e..061e080 100644 (file)
@@ -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" />
   -->