Install Tomcat 8.5 Ubuntu
Before installing Tomcat, ensure that Java is installed. You can follow this post to install Java 8. The first step is to run Tomcat as a user without root privileges. sudo groupadd tomcat sudo useradd -s /bin/false -g tomcat -d /opt/tomcat tomcat