diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /www/tomcat7/files/patch-conf::server.xml | |
parent | Fix build by syncing with gaim-0.73. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'www/tomcat7/files/patch-conf::server.xml')
-rw-r--r-- | www/tomcat7/files/patch-conf::server.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/www/tomcat7/files/patch-conf::server.xml b/www/tomcat7/files/patch-conf::server.xml deleted file mode 100644 index f5e763bfcb0f..000000000000 --- a/www/tomcat7/files/patch-conf::server.xml +++ /dev/null @@ -1,33 +0,0 @@ ---- conf/server.xml.orig Sat Aug 9 14:51:53 2003 -+++ conf/server.xml Sat Aug 9 14:57:48 2003 -@@ -10,7 +10,7 @@ - define subcomponents such as "Valves" or "Loggers" at this level. - --> - --<Server port="8005" shutdown="SHUTDOWN" debug="0"> -+<Server port="%%SHUTDOWN_PORT%%" shutdown="SHUTDOWN" debug="0"> - - - <!-- Comment these entries out to disable JMX MBeans support --> -@@ -88,8 +88,8 @@ - IP address of the remote client. - --> - -- <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 --> -- <Connector port="8080" -+ <!-- Define a non-SSL Coyote HTTP/1.1 Connector --> -+ <Connector port="%%HTTP_PORT%%" - maxThreads="150" minSpareThreads="25" maxSpareThreads="75" - enableLookups="false" redirectPort="8443" acceptCount="100" - debug="0" connectionTimeout="20000" -@@ -104,8 +104,8 @@ - clientAuth="false" sSLprotocol="TLS" /> - --> - -- <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --> -- <Connector port="8009" -+ <!-- Define a Coyote/JK2 AJP 1.3 Connector --> -+ <Connector port="%%AJP_1_3_PORT%%" - enableLookups="false" redirectPort="8443" debug="0" - protocol="AJP/1.3" /> - |