From e5ffe3734f31ac1179d103f4d5679cd725c1ba32 Mon Sep 17 00:00:00 2001 From: Vilmantas Gegzna Date: Tue, 24 Oct 2023 15:24:04 +0300 Subject: [PATCH] Fix broken URL to download Tomcat server --- Compute Engine/tomcat_startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compute Engine/tomcat_startup.sh b/Compute Engine/tomcat_startup.sh index 2bdaf11..d789b38 100644 --- a/Compute Engine/tomcat_startup.sh +++ b/Compute Engine/tomcat_startup.sh @@ -5,7 +5,7 @@ TOMCAT_WEBAPPS=$TOMCAT/webapps TOMCAT_CONFIG=$TOMCAT/conf/server.xml TOMCAT_START=$TOMCAT/bin/startup.sh TOMCAT_ARCHIVE=$TOMCAT.tar.gz -TOMCAT_URL=http://us.mirrors.quenda.co/apache/tomcat/tomcat-8/v8.5.54/bin/$TOMCAT_ARCHIVE +TOMCAT_URL=https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.54/bin/$TOMCAT_ARCHIVE WAR_FILE=whatever.war sudo apt-get -y install default-jdk