Resolves rhbz575341

This commit is contained in:
david knox 2010-09-29 14:31:33 -06:00
parent 429e8523eb
commit e4a5862152

View File

@ -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