[tomcat6] resolves rhbz 640134

Dave Knox dknox at fedoraproject.org
Tue Mar 1 00:03:41 UTC 2011


commit 4aa2b84fe7b9caad8ed72c50539aafe25191b6ed
Author: david knox <dknox at 78-97-42-72.skybeam.com>
Date:   Mon Feb 28 16:58:35 2011 -0700

    resolves rhbz 640134

 tomcat6-6.0.conf |    2 +-
 tomcat6.spec     |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tomcat6-6.0.conf b/tomcat6-6.0.conf
index 668f81a..f2fe56e 100644
--- a/tomcat6-6.0.conf
+++ b/tomcat6-6.0.conf
@@ -9,7 +9,7 @@
 #
 
 # Where your java installation lives
-JAVA_HOME="/usr/lib/jvm/java-1.6.0"
+JAVA_HOME="/usr/lib/jvm/jre"
 
 # Where your tomcat installation lives
 CATALINA_BASE="@@@TCHOME@@@"
diff --git a/tomcat6.spec b/tomcat6.spec
index 575bc7e..f90861d 100644
--- a/tomcat6.spec
+++ b/tomcat6.spec
@@ -566,6 +566,9 @@ fi
 %{appdir}/sample
 
 %changelog
+* Mon Feb 28 2011 David Knox <dknox at redhat.com> 0:6.0.32-2
+- Resolves rhbz 640134 - setting JAVA_HOME
+
 * Mon Feb 28 2011 David Knox <dknox at redhat.com> 0:6.0.32-1
 - Rebase on 6.0.32 with several bug fixes and security fixes
 - changed apache-commons to jakarta-commons to fix missing


More information about the scm-commits mailing list