summaryrefslogtreecommitdiff
path: root/www/tomcat41/files/patch-ab
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-03-30 14:51:12 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-03-30 14:51:12 +0000
commit00af56ae884fbf150e9bbc8a9da408cf445b1d46 (patch)
treed39b5413614be8b9e9007e14b788eeaa91962ac9 /www/tomcat41/files/patch-ab
parentThis port(and accompanied patch) need langinfo.h, and it exists only (diff)
Lot of changes: Using USE_JAVA infrastructure. Upgraded port
to 3.3.1. Using HTTP_PORT i.s.o. LISTEN_PORT. Using daemonctl.c i.s.o. tomcatctl shell script. Displaying steps i.s.o. commands being executed. Synced man page.
Diffstat (limited to 'www/tomcat41/files/patch-ab')
-rw-r--r--www/tomcat41/files/patch-ab19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/tomcat41/files/patch-ab b/www/tomcat41/files/patch-ab
deleted file mode 100644
index 9493d0cbee73..000000000000
--- a/www/tomcat41/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
---- conf/server.xml.orig Tue Jul 17 18:57:46 2001
-+++ conf/server.xml Thu Jan 24 14:32:56 2002
-@@ -68,6 +68,7 @@
- -->
- <Logger name="tc_log"
- verbosityLevel = "INFORMATION"
-+ path="logs/tomcat.log"
- />
-
- <Logger name="servlet_log"
-@@ -223,7 +224,7 @@
- <Parameter name="handler"
- value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
- <Parameter name="port"
-- value="8080"/>
-+ value="%%LISTEN_PORT%%"/>
- </Connector>
-
- <!--