From: Szymon Siwek Date: Wed, 20 Nov 2013 06:02:18 +0000 (+0100) Subject: jsvc-1.0.15 wants full path for re-exec X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=2ad623da92acf2443aab6fd6baea34d914b96741;p=packages%2Ftomcat.git jsvc-1.0.15 wants full path for re-exec JSVC re-exec requires execution with an absolute or relative path --- diff --git a/apache-tomcat.init b/apache-tomcat.init index 7678f48..e390b5a 100644 --- a/apache-tomcat.init +++ b/apache-tomcat.init @@ -67,7 +67,7 @@ start() { msg_starting tomcat busy cd $CATALINA_BASE - jsvc -user tomcat -procname tomcat \ + /usr/bin/jsvc -user tomcat -procname tomcat \ $JSVC_OPTS \ -Dcatalina.base=${CATALINA_BASE} \ -Dcatalina.home=${CATALINA_HOME} \