From 4a7c3dd65a1f4e5d666b07107302a6a4414340af Mon Sep 17 00:00:00 2001 From: yves-sylvestre <160993909+yves-sylvestre@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:53:18 -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 7b6363e2..edd8e98a 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.89 ### Download and extract the tomcat server ``` sh -sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.zip +sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.89.zip sudo unzip apache-tomcat-9.0.89.zip sudo rm -rf apache-tomcat-9.0.89.zip ### rename tomcat for good naming convention