You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by dg...@apache.org on 2018/11/21 14:48:04 UTC

[trafficcontrol] 04/09: Changed JAVA_HOME to /usr/lib/jvm/jre - Fixes #3012

This is an automated email from the ASF dual-hosted git repository.

dgelinas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 939d8237ec8bc968d8b9475515258be8c8e7ef99
Author: Steve Malenfant <st...@cox.com>
AuthorDate: Mon Nov 12 08:12:58 2018 -0500

    Changed JAVA_HOME to /usr/lib/jvm/jre
    - Fixes #3012
---
 traffic_router/tomcat-rpm/tomcat.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_router/tomcat-rpm/tomcat.service b/traffic_router/tomcat-rpm/tomcat.service
index 72de257..1487fc5 100644
--- a/traffic_router/tomcat-rpm/tomcat.service
+++ b/traffic_router/tomcat-rpm/tomcat.service
@@ -22,7 +22,7 @@ After=syslog.target network.target
 [Service]
 Type=forking
 
-Environment=JAVA_HOME=/usr/lib/jvm/java
+Environment=JAVA_HOME=/usr/lib/jvm/jre
 Environment=CATALINA_PID=/opt/tomcat/temp/tomcat.pid
 Environment=CATALINA_HOME=/opt/tomcat
 Environment=CATALINA_BASE=/opt/tomcat