Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tomcat-installation/install-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo rm -rf apache-tomcat-9.0.80.tar.gz
### rename tomcat for good naming convention
sudo mv apache-tomcat-9.0.80 tomcat9
### assign executable permissions to the tomcat home directory
sudo chmod 777 -R /opt/tomcat9
sudo chmod 775 -R /opt/tomcat9
sudo chown ec2-user -R /opt/tomcat9
### start tomcat
sh /opt/tomcat9/bin/startup.sh
Expand Down