aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat6
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-07-29 16:25:15 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-07-29 16:25:15 +0000
commite1e8f50f3e003da2ad85fa4f709512e7b2a742c2 (patch)
tree3f30bce20b9fad8ac0c78611230d1c8ba10ee94e /www/tomcat6
parentd947ead0300f6b747ae58fe7abe8c129d9f9104d (diff)
downloadports-e1e8f50f3e003da2ad85fa4f709512e7b2a742c2.tar.gz
ports-e1e8f50f3e003da2ad85fa4f709512e7b2a742c2.zip
Notes
Diffstat (limited to 'www/tomcat6')
-rw-r--r--www/tomcat6/files/tomcat6.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tomcat6/files/tomcat6.sh.in b/www/tomcat6/files/tomcat6.sh.in
index 66486830b61f..a2266c310a97 100644
--- a/www/tomcat6/files/tomcat6.sh.in
+++ b/www/tomcat6/files/tomcat6.sh.in
@@ -95,8 +95,8 @@ fi
java_command="%%LOCALBASE%%/bin/java \
${tomcat%%TOMCAT_VERSION%%_java_opts} \
- -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS \
- -classpath %%TOMCAT_HOME%%/%%JAR_FILE%%:%%TOMCAT_HOME%%/bin/commons-logging-api.jar:${tomcat%%TOMCAT_VERSION%%_classpath} \
+ -Djava.endorsed.dirs=%%TOMCAT_HOME%%/endorsed \
+ -classpath %%TOMCAT_HOME%%/%%JAR_FILE%%:${tomcat%%TOMCAT_VERSION%%_classpath} \
-Dcatalina.base=${tomcat%%TOMCAT_VERSION%%_catalina_base} \
-Dcatalina.home=${tomcat%%TOMCAT_VERSION%%_catalina_home} \
-Djava.io.tmpdir=${tomcat%%TOMCAT_VERSION%%_catalina_tmpdir} \