From b729343a337ae896995dcb379150544b03d71f80 Mon Sep 17 00:00:00 2001 From: NdumLab <98489709+NdumLab@users.noreply.github.com> Date: Tue, 15 Aug 2023 01:43:43 -0400 Subject: [PATCH] Update READme.md --- Tomcat-installation/READme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tomcat-installation/READme.md b/Tomcat-installation/READme.md index cd76f1c6..23909886 100644 --- a/Tomcat-installation/READme.md +++ b/Tomcat-installation/READme.md @@ -27,7 +27,7 @@ sudo yum install wget unzip -y ## Install Tomcat version 9.0.75 ### Download and extract the tomcat server ``` sh -sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.75/bin/apache-tomcat-9.0.75.zip +sudo wget https://downloads.apache.org/tomcat/tomcat-9/v9.0.75/bin/apache-tomcat-9.0.75.zip sudo unzip apache-tomcat-9.0.75.zip sudo rm -rf apache-tomcat-9.0.75.zip ### rename tomcat for good naming convention