diff --git a/tomcat6-6.0.wrapper b/tomcat6-6.0.wrapper index 979f0a7..0e95331 100644 --- a/tomcat6-6.0.wrapper +++ b/tomcat6-6.0.wrapper @@ -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