|
|
@@ -7,14 +7,14 @@
|
|
|
tomcat_enable="yes"
|
|
|
tomcat_home="@l_prefix@/libexec/tomcat"
|
|
|
|
|
|
-%start -u root
|
|
|
+%start -p 100 -u root
|
|
|
if opServiceEnabled tomcat; then
|
|
|
JAVA_HOME="$jdk_home"; export JAVA_HOME
|
|
|
TOMCAT_HOME="$tomcat_home"; export TOMCAT_HOME
|
|
|
@l_prefix@/libexec/tomcat/bin/tomcat.sh start
|
|
|
fi
|
|
|
|
|
|
-%stop -u root
|
|
|
+%stop -p 100 -u root
|
|
|
if opServiceEnabled tomcat; then
|
|
|
JAVA_HOME="$jdk_home"; export JAVA_HOME
|
|
|
TOMCAT_HOME="$tomcat_home"; export TOMCAT_HOME
|