Install Tomcat on Linux
Obsolete version
You are reading the manual for version 2.4, which is out of date. You may wish to read the manual for version 2.6. You can choose other versions of the manual with the selectors at the top right or bottom left of the page. |
Tomcat is usually installed using distribution packages.
For example, on CentOS or RedHat systems, yum install tomcat
.
Or on Debian or Ubuntu systems, apt install tomcat8
.
You can set Tomcat to start up automatically with systemctl enable tomcat
or similar.
Most Linux users seem not to need any additional advice; if you do please ask on the mailing list.