File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ sudo yum install java-1.8.0-openjdk-devel -y
24
24
# install wget unzip packages.
25
25
sudo yum install wget unzip -y
26
26
```
27
- ## Install Tomcat version 9.0.65
27
+ ## Install Tomcat version 9.0.69
28
28
### Download and extract the tomcat server
29
29
``` 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
33
33
# ## rename tomcat for good naming convention
34
- sudo mv apache-tomcat-9.0.65 tomcat9
34
+ sudo mv apache-tomcat-9.0.69 tomcat9
35
35
# ## assign executable permissions to the tomcat home directory
36
36
sudo chmod 777 -R /opt/tomcat9
37
37
sudo chown ec2-user -R /opt/tomcat9
You can’t perform that action at this time.
0 commit comments