diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /www/tomcat7/files/patch-conf__server.xml | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'www/tomcat7/files/patch-conf__server.xml')
-rw-r--r-- | www/tomcat7/files/patch-conf__server.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/www/tomcat7/files/patch-conf__server.xml b/www/tomcat7/files/patch-conf__server.xml deleted file mode 100644 index 053e0b758087..000000000000 --- a/www/tomcat7/files/patch-conf__server.xml +++ /dev/null @@ -1,38 +0,0 @@ ---- ./conf/server.xml.orig 2007-07-24 22:33:24.134058137 +0800 -+++ ./conf/server.xml 2007-07-24 22:34:42.223606359 +0800 -@@ -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" /> -@@ -15,7 +15,7 @@ - <!-- Global JNDI resources - Documentation at /docs/jndi-resources-howto.html - --> -- <GlobalNamingResources> -+ <GlobalNamingResources> - <!-- Editable user database that can also be used by - UserDatabaseRealm to authenticate users - --> -@@ -47,7 +47,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" - connectionTimeout="20000" - redirectPort="8443" /> - <!-- A "Connector" using the shared thread pool--> -@@ -68,7 +68,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 |