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