Skip to content

Commit a70dee6

Browse files
authored
Create installtomcat
1 parent 9c427cd commit a70dee6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

installtomcat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sudo yum install java-11-amazon-corretto-devel -y
2+
cd /opt/
3+
sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.97/bin/apache-tomcat-9.0.97.tar.gz
4+
sudo tar -xvf apache-tomcat-9.0.97.tar.gz
5+
sudo chmod 777 -R apache-tomcat-9.0.97
6+
cd /opt/apache-tomcat-9.0.97
7+
./bin/startup.sh

0 commit comments

Comments
 (0)