FS#15417 - [tomcat] rc.d script points to openjdk
Attached to Project:
Arch Linux
Opened by Hannes Lemberg (hannesl) - Monday, 06 July 2009, 20:31 GMT
Last edited by Paul Mattal (paul) - Saturday, 06 March 2010, 23:26 GMT
Opened by Hannes Lemberg (hannesl) - Monday, 06 July 2009, 20:31 GMT
Last edited by Paul Mattal (paul) - Saturday, 06 March 2010, 23:26 GMT
|
Details
The Tomcat rc.d script needs the openjdk 1.6 installed, even
if it doesn't depend on it.
Now it's something like this: /opt/tomcat/bin/jsvc \ -user tomcat \ -->> -home /usr/lib/jvm/java-1.6.0-openjdk \ -Dcatalina.home=/opt/tomcat \ -Dcatalina.base=/opt/tomcat \ -Djava.io.tmpdir=/opt/tomcat/temp \ -wait 10 \ -pidfile /var/run/tomcat.pid \ -errfile /opt/tomcat/logs/catalina.log \ $CATALINA_OPTS \ -->> -cp /usr/lib/jvm/java-1.6.0-openjdk/lib/tools.jar:/opt/tomcat/bin/commons-daemon.jar:/opt/tomcat/bin/bootstrap.jar \ org.apache.catalina.startup.Bootstrap But it should be similar to this: /opt/tomcat/bin/jsvc \ -user tomcat \ -->> -home $JAVA_HOME \ -Dcatalina.home=/opt/tomcat \ -Dcatalina.base=/opt/tomcat \ -Djava.io.tmpdir=/opt/tomcat/temp \ -wait 10 \ -pidfile /var/run/tomcat.pid \ -errfile /opt/tomcat/logs/catalina.log \ $CATALINA_OPTS \ -->> -cp $JAVA_HOME/lib/tools.jar:/opt/tomcat/bin/commons-daemon.jar:/opt/tomcat/bin/bootstrap.jar \ org.apache.catalina.startup.Bootstrap |
This task depends upon
Closed by Paul Mattal (paul)
Saturday, 06 March 2010, 23:26 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in tomcat 5.5.28-2 in extra for both arches.
Saturday, 06 March 2010, 23:26 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in tomcat 5.5.28-2 in extra for both arches.
Unless the maintainer objects to this sort of fix, I'll look into that in the next couple of weeks.