summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-09-18 14:10:44 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-09-18 14:10:44 +0000
commit1a43590df47c121333db97210b3f74b1187c9b76 (patch)
tree956e2b9ac3fc8bcbb78abfa7759fb03259edf23d /www-servers/tomcat/files/5.0.28/tomcat.conf
parentphp update (diff)
downloadhistorical-1a43590df47c121333db97210b3f74b1187c9b76.tar.gz
historical-1a43590df47c121333db97210b3f74b1187c9b76.tar.bz2
historical-1a43590df47c121333db97210b3f74b1187c9b76.zip
fix for -r5 conf file installed in -r4 ebuild
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'www-servers/tomcat/files/5.0.28/tomcat.conf')
-rw-r--r--www-servers/tomcat/files/5.0.28/tomcat.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/tomcat/files/5.0.28/tomcat.conf b/www-servers/tomcat/files/5.0.28/tomcat.conf
index c46ca201aab4..c2e686472f45 100644
--- a/www-servers/tomcat/files/5.0.28/tomcat.conf
+++ b/www-servers/tomcat/files/5.0.28/tomcat.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/5.0.28/tomcat.conf,v 1.3 2005/09/14 19:11:37 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/5.0.28/tomcat.conf,v 1.4 2005/09/18 14:10:44 humpback Exp $
# JVM Runtime
# Using the default setting, it will determine your JVM from the system-vm
@@ -50,7 +50,7 @@ TOMCAT_STOP="stop"
# (Optional) Java runtime options used when the "start", "stop", or "run"
# commands are executed.
-CATALINA_OPTS="-Dlog4j.configuration=file:/etc/tomcat-5/log4j.properties"
+#CATALINA_OPTS="-Dlog4j.configuration=file:/etc/tomcat-5/log4j.properties"
# Java Platform Debugger Architecture (JPDA)
# http://java.sun.com/products/jpda/