Tomcat installation on EC2 instance
Jun 21, 2023 路 2 min read 路 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...
Join discussion