Problem scenario
You are running Linux SUSE in AWS. You want to install and run Apache Tomcat. How do you do this?
Solution
Install it with this command: sudo zypper -n in tomcat
Start it with this command: sudo service tomcat start
A Technical I.T./DevOps Blog
Problem scenario
You are running Linux SUSE in AWS. You want to install and run Apache Tomcat. How do you do this?
Solution
Install it with this command: sudo zypper -n in tomcat
Start it with this command: sudo service tomcat start