Tomcat installation on EC2 instance
EC2 instance with Java 11
The first thing we need to do is to set up java on the ec2-instance using the command below.
sudo yum update
sudo amazon-linux-extras install java-openjdk11 -y
Install Apache Tomcat
Download tomcat packages from https://tom...
maazmohd313.hashnode.dev2 min read