Resolves rhbz575341

This commit is contained in:
david knox 2010-09-29 14:31:33 -06:00
parent 429e8523eb
commit e4a5862152
1 changed files with 6 additions and 6 deletions

View File

@ -8,13 +8,13 @@ else
fi
# Get the tomcat config (use this for environment specific settings)
if [ -z "${TOMCAT_CFG}" ]; then
TOMCAT_CFG="/etc/tomcat6/tomcat6.conf"
fi
#if [ -z "${TOMCAT_CFG}" ]; then
# TOMCAT_CFG="/etc/tomcat6/tomcat6.conf"
#fi
if [ -r "$TOMCAT_CFG" ]; then
. $TOMCAT_CFG
fi
#if [ -r "$TOMCAT_CFG" ]; then
# . $TOMCAT_CFG
#fi
set_javacmd