commit 2ad623da92acf2443aab6fd6baea34d914b96741
Author: Szymon Siwek <[email protected]>
Date:   Wed Nov 20 07:02:18 2013 +0100

    jsvc-1.0.15 wants full path for re-exec
    
    JSVC re-exec requires execution with an absolute or relative path

 apache-tomcat.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tomcat.git/commitdiff/2ad623da92acf2443aab6fd6baea34d914b96741

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to