Installing Tomcat 9 - dogtagpki/tomcat GitHub Wiki
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