aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat7/files/patch-conf__server.xml
blob: 10c464bc2b25af98e5c272958d251dad3945cadc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- ./conf/server.xml.orig	Wed Feb 14 18:01:28 2007
+++ ./conf/server.xml	Wed Feb 14 18:01:20 2007
@@ -2,7 +2,7 @@
      define subcomponents such as "Valves" at this level.
      Documentation at /docs/config/server.html
  -->
-<Server port="8005" shutdown="SHUTDOWN">
+<Server port="%%SHUTDOWN_PORT%%" shutdown="SHUTDOWN">
 
   <!--APR library loader. Documentation at /docs/apr.html -->
   <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
@@ -40,7 +40,7 @@
          APR (HTTP/AJP) Connector: /docs/apr.html
          Define a non-SSL HTTP/1.1 Connector on port 8080
     -->
-    <Connector port="8080" protocol="HTTP/1.1" 
+    <Connector port="%%HTTP_PORT%%" protocol="HTTP/1.1" 
                maxThreads="150" connectionTimeout="20000" 
                redirectPort="8443" />
 
@@ -55,7 +55,7 @@
     -->
 
     <!-- Define an AJP 1.3 Connector on port 8009 -->
-    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
+    <Connector port="%%AJP_1_3_PORT%%" protocol="AJP/1.3" redirectPort="8443" />
 
 
     <!-- An Engine represents the entry point (within Catalina) that processes