]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
jsvc-1.0.15 wants full path for re-exec auto/th/tomcat-7.0.41-2
authorElan Ruusamäe <glen@delfi.ee>
Tue, 27 Aug 2013 13:08:40 +0000 (16:08 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 27 Aug 2013 13:08:40 +0000 (16:08 +0300)
JSVC re-exec requires execution with an absolute or relative path

apache-tomcat.init [changed mode: 0644->0755]
tomcat.spec

old mode 100644 (file)
new mode 100755 (executable)
index 21b7612..ff0a2fa
@@ -65,7 +65,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} \
index 23803c102fd2504e24626c679832ec56d5c29a7a..4d9dd80f89ceb531f7b13afba2499f994e417c9e 100644 (file)
@@ -13,7 +13,7 @@ Summary:      Web server and Servlet/JSP Engine, RI for Servlet %{servletapiver}/JSP
 Summary(pl.UTF-8):     Serwer www i silnik Servlet/JSP będący wzorcową implementacją API Servlet %{servletapiver}/JSP %{jspapiver}
 Name:          tomcat
 Version:       7.0.41
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Networking/Daemons/Java
 Source0:       http://www.apache.org/dist/tomcat/tomcat-7/v%{version}/src/apache-%{name}-%{version}-src.tar.gz
This page took 0.069351 seconds and 4 git commands to generate.