How to Install tomcat8 in Ubuntu 18.04



Install tomcat8 by entering the following commands in the terminal:

sudo apt update
sudo apt install tomcat8

Description:

Apache Tomcat 8 - Servlet and JSP engine

Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat8-docs and tomcat8-examples packages if you want them. Install the authbind package if you need to use Tomcat on ports 1-1023. Install tomcat8-user instead of this package if you don't want Tomcat to start as a service.

Homepage: http://tomcat.apache.org

Version: 8.5.30-1ubuntu1

Section: universe/java