How to install tomcat in EC2 instance | AWS

preview_player
Показать описание
How to install tomcat in EC2 instance | AWS

Install tomcat in Linux Redhat server
Install java
Update the EC2 Linux Sudo yum update
Download tomcat from zip file
Install wget unzip
Unzip tomcat file
mv (sourcetomcat file) /opt/tomcat
Chmode –R 755 tomcat

Check with the ec2 public ip and if we are able to open the web browser with port :8080
Рекомендации по теме
Комментарии
Автор

really helpful and complete documentation.

saurabhgupta