diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-07-29 16:25:15 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-07-29 16:25:15 +0000 |
commit | e1e8f50f3e003da2ad85fa4f709512e7b2a742c2 (patch) | |
tree | 3f30bce20b9fad8ac0c78611230d1c8ba10ee94e /www/tomcat6 | |
parent | d947ead0300f6b747ae58fe7abe8c129d9f9104d (diff) |
Fix endorsed dir.
Notes
Notes:
svn path=/head/; revision=238632
Diffstat (limited to 'www/tomcat6')
-rw-r--r-- | www/tomcat6/files/tomcat6.sh.in | 4 |
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} \ |