[tomcat6] Resolves rhbz575341

Dave Knox dknox at fedoraproject.org
Wed Sep 29 20:35:02 UTC 2010


commit e4a58621528a50e8e2ae5d6feb865a1a09146487
Author: david knox <dknox at 78-97-42-72.skybeam.com>
Date:   Wed Sep 29 14:31:33 2010 -0600

    Resolves rhbz575341

 tomcat6-6.0.wrapper |   12 ++++++------
 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
 


More information about the scm-commits mailing list