Skip to content

Installing Tomcat 10

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

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