Installing Tomcat 10 - dogtagpki/tomcat GitHub Wiki
Download the latest Tomcat 10 binary tarball:
$ wget https://dlcdn.apache.org/tomcat/tomcat-10/v10.1.10/bin/apache-tomcat-10.1.10.tar.gz
Unpack the binaries:
$ tar xvf apache-tomcat-10.1.10.tar.gz
Install the binaries:
$ sudo mv apache-tomcat-10.1.10 /usr/share
To verify, run Tomcat with the following commands:
$ cd /usr/share/apache-tomcat-10.1.10/bin $ ./catalina.sh run