Skip to content

Commit f559ecb

Browse files
authored
Update READme.md
1 parent f2a5225 commit f559ecb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tomcat-installation/READme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ sudo yum install java-1.8.0-openjdk-devel -y
2424
# install wget unzip packages.
2525
sudo yum install wget unzip -y
2626
```
27-
## Install Tomcat version 9.0.65
27+
## Install Tomcat version 9.0.69
2828
### Download and extract the tomcat server
2929
``` sh
30-
sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.65/bin/apache-tomcat-9.0.65.tar.gz
31-
sudo tar -xvf apache-tomcat-9.0.65.tar.gz
32-
sudo rm -rf apache-tomcat-9.0.65.tar.gz
30+
sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.69/bin/apache-tomcat-9.0.69.tar.gz
31+
sudo tar -xvf apache-tomcat-9.0.69.tar.gz
32+
sudo rm -rf apache-tomcat-9.0.69.tar.gz
3333
### rename tomcat for good naming convention
34-
sudo mv apache-tomcat-9.0.65 tomcat9
34+
sudo mv apache-tomcat-9.0.69 tomcat9
3535
### assign executable permissions to the tomcat home directory
3636
sudo chmod 777 -R /opt/tomcat9
3737
sudo chown ec2-user -R /opt/tomcat9

0 commit comments

Comments
 (0)