summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid knox <dknox@78-97-42-72.skybeam.com>2010-09-29 14:31:33 -0600
committerdavid knox <dknox@78-97-42-72.skybeam.com>2010-09-29 14:31:33 -0600
commite4a58621528a50e8e2ae5d6feb865a1a09146487 (patch)
tree15448dcf2add09234ea29846f4287b45a8cd7d21
parent429e8523eb83f206c43d5fb0dc3e643c899c6f46 (diff)
downloadtomcat-e4a58621528a50e8e2ae5d6feb865a1a09146487.tar.gz
tomcat-e4a58621528a50e8e2ae5d6feb865a1a09146487.tar.xz
tomcat-e4a58621528a50e8e2ae5d6feb865a1a09146487.zip
Resolves rhbz575341
-rw-r--r--tomcat6-6.0.wrapper12
1 files changed, 6 insertions, 6 deletions
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