How Do You Install Apache Tomcat an AWS Instance of SUSE Linux?

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

Leave a comment

Your email address will not be published. Required fields are marked *