Skip to content

Installing Tomcat 9

Endi S. Dewata edited this page Sep 9, 2023 · 1 revision

Download the latest Tomcat 9 binary tarball:

$ wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.76/bin/apache-tomcat-9.0.76.tar.gz

Unpack the binaries:

$ tar xvf apache-tomcat-9.0.76.tar.gz

Install the binaries:

$ sudo mv apache-tomcat-9.0.76 /usr/share

To verify, run Tomcat with the following commands:

$ cd /usr/share/apache-tomcat-9.0.76/bin
$ ./catalina.sh run