aboutsummaryrefslogtreecommitdiffstats
path: root/www/tomcat55/files
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2005-06-13 22:08:34 +0800
committerhq <hq@FreeBSD.org>2005-06-13 22:08:34 +0800
commit8d2767e6d9c4a0a197b8deb23b2ccef40aaa4bda (patch)
treecf4d93a08c5f20108bada0a20429761aaba94276 /www/tomcat55/files
parent57f018a76cdcbc543ba4f7321f215c3063197509 (diff)
downloadfreebsd-ports-gnome-8d2767e6d9c4a0a197b8deb23b2ccef40aaa4bda.tar.gz
freebsd-ports-gnome-8d2767e6d9c4a0a197b8deb23b2ccef40aaa4bda.tar.zst
freebsd-ports-gnome-8d2767e6d9c4a0a197b8deb23b2ccef40aaa4bda.zip
Update to version 5.5.9: this port is a repocopy of www/jakarta-tomcat5 and it
now tracks the Tomcat 5.5.x branch PR: 81458 Reported by: Scott Balmos <scott.balmos@utoledo.edu> Submitted by: Kang Liu <liukang@bjut.edu.cn> (maintainer)
Diffstat (limited to 'www/tomcat55/files')
-rw-r--r--www/tomcat55/files/patch-conf::server.xml36
1 files changed, 18 insertions, 18 deletions
diff --git a/www/tomcat55/files/patch-conf::server.xml b/www/tomcat55/files/patch-conf::server.xml
index be8fa8a14884..1e1f67aed8f6 100644
--- a/www/tomcat55/files/patch-conf::server.xml
+++ b/www/tomcat55/files/patch-conf::server.xml
@@ -1,35 +1,35 @@
$FreeBSD$
---- conf/server.xml.orig Sat Aug 9 14:51:53 2003
-+++ conf/server.xml Sat Aug 9 14:57:48 2003
+--- conf/server.xml.orig Sun Jun 5 21:37:27 2005
++++ conf/server.xml Sun Jun 5 21:40:08 2005
@@ -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">
+-<Server port="8005" shutdown="SHUTDOWN">
++<Server port="%%SHUTDOWN_PORT%%" shutdown="SHUTDOWN">
-
- <!-- Comment these entries out to disable JMX MBeans support -->
-@@ -88,8 +88,8 @@
+ <!-- Comment these entries out to disable JMX MBeans support used for the
+ administration web application -->
+@@ -72,8 +72,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%%"
+- <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
+- <Connector port="8080" maxHttpHeaderSize="8192"
++ <!-- Define a non-SSL HTTP/1.1 Connector -->
++ <Connector port="%%HTTP_PORT%%" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
- debug="0" connectionTimeout="20000"
-@@ -104,8 +104,8 @@
- clientAuth="false" sSLprotocol="TLS" />
+ connectionTimeout="20000" disableUploadTimeout="true" />
+@@ -97,8 +97,8 @@
+ clientAuth="false" sslProtocol="TLS" />
-->
-- <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
+- <!-- Define an AJP 1.3 Connector on port 8009 -->
- <Connector port="8009"
-+ <!-- Define a Coyote/JK2 AJP 1.3 Connector -->
++ <!-- Define an AJP 1.3 Connector -->
+ <Connector port="%%AJP_1_3_PORT%%"
- enableLookups="false" redirectPort="8443" debug="0"
- protocol="AJP/1.3" />
+ enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
+ <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->