summaryrefslogtreecommitdiff
path: root/www/tomcat41/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /www/tomcat41/files/patch-aa
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'www/tomcat41/files/patch-aa')
-rw-r--r--www/tomcat41/files/patch-aa37
1 files changed, 0 insertions, 37 deletions
diff --git a/www/tomcat41/files/patch-aa b/www/tomcat41/files/patch-aa
deleted file mode 100644
index 532aab14ae53..000000000000
--- a/www/tomcat41/files/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
-$FreeBSD$
-
---- conf/server.xml.orig Fri Jan 3 14:55:15 2003
-+++ conf/server.xml Fri Jan 3 14:58:21 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,9 +88,9 @@
- IP address of the remote client.
- -->
-
-- <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
-+ <!-- Define a non-SSL Coyote HTTP/1.1 Connector -->
- <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
-- port="8080" minProcessors="5" maxProcessors="75"
-+ port="%%HTTP_PORT%%" minProcessors="5" maxProcessors="75"
- enableLookups="true" redirectPort="8443"
- acceptCount="100" debug="0" connectionTimeout="20000"
- useURIValidationHack="false" disableUploadTimeout="true" />
-@@ -109,9 +109,9 @@
- </Connector>
- -->
-
-- <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
-+ <!-- Define a Coyote/JK2 AJP 1.3 Connector -->
- <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
-- port="8009" minProcessors="5" maxProcessors="75"
-+ port="%%AJP_1_3_PORT%%" minProcessors="5" maxProcessors="75"
- enableLookups="true" redirectPort="8443"
- acceptCount="10" debug="0" connectionTimeout="0"
- useURIValidationHack="false"