aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat55/files
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2003-08-13 11:39:38 +0000
committerErnst de Haan <znerd@FreeBSD.org>2003-08-13 11:39:38 +0000
commit115f42c702cf0ac553a6100f6c68a8079c033219 (patch)
treeb1893873f9fd5bf46a7f31d44f20a87bb7f8dfc2 /www/tomcat55/files
parent91a7ec4395569ce9db49bb73a0b541b0be3cb295 (diff)
downloadports-115f42c702cf0ac553a6100f6c68a8079c033219.tar.gz
ports-115f42c702cf0ac553a6100f6c68a8079c033219.zip
New port: Jakarta Tomcat 5.x.
Notes
Notes: svn path=/head/; revision=86884
Diffstat (limited to 'www/tomcat55/files')
-rw-r--r--www/tomcat55/files/patch-conf::server.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/tomcat55/files/patch-conf::server.xml b/www/tomcat55/files/patch-conf::server.xml
new file mode 100644
index 000000000000..f5e763bfcb0f
--- /dev/null
+++ b/www/tomcat55/files/patch-conf::server.xml
@@ -0,0 +1,33 @@
+--- 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" />
+