Problem scenario
Using a RHEL server in AWS, you want to deploy Apache Tomcat. How do you do this?
Solution
Use this command to install it: sudo yum -y install tomcat
To start the service, run this command: sudo systemctl start tomcat
A Technical I.T./DevOps Blog
Problem scenario
Using a RHEL server in AWS, you want to deploy Apache Tomcat. How do you do this?
Solution
Use this command to install it: sudo yum -y install tomcat
To start the service, run this command: sudo systemctl start tomcat