From 73c647a6ad8565a6f942601946aeadbc195a70e1 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 21 Apr 2025 22:11:56 +1000 Subject: [PATCH] Update apache-tomcat-install.sh --- install/apache-tomcat-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/apache-tomcat-install.sh b/install/apache-tomcat-install.sh index 579531878..2266ee9ed 100644 --- a/install/apache-tomcat-install.sh +++ b/install/apache-tomcat-install.sh @@ -131,7 +131,7 @@ After=network.target Type=forking User=$(whoami) Group=$(whoami) -Environment=JAVA_HOME=/usr/lib/jvm/temurin-${jdk_version}-jdk-amd64 +Environment=JAVA_HOME=/usr/lib/jvm/temurin-${jdk_version}-jdk-arm64 Environment=CATALINA_HOME=/opt/tomcat-$TOMCAT_VERSION Environment=CATALINA_BASE=/opt/tomcat-$TOMCAT_VERSION Environment=CATALINA_PID=/opt/tomcat-$TOMCAT_VERSION/temp/tomcat.pid