Resolves rhbz575341
This commit is contained in:
parent
429e8523eb
commit
e4a5862152
@ -8,13 +8,13 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Get the tomcat config (use this for environment specific settings)
|
# Get the tomcat config (use this for environment specific settings)
|
||||||
if [ -z "${TOMCAT_CFG}" ]; then
|
#if [ -z "${TOMCAT_CFG}" ]; then
|
||||||
TOMCAT_CFG="/etc/tomcat6/tomcat6.conf"
|
# TOMCAT_CFG="/etc/tomcat6/tomcat6.conf"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if [ -r "$TOMCAT_CFG" ]; then
|
#if [ -r "$TOMCAT_CFG" ]; then
|
||||||
. $TOMCAT_CFG
|
# . $TOMCAT_CFG
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
set_javacmd
|
set_javacmd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user