Installing
-
3. Installing Tomcat 11
Now Relocate Apache Tomcat 11
Set permissions and ownership:sudo chown -R root:root /tmp/apache-tomcat-11*
sudo chmod -R +xr /tmp/apache-tomcat-11*
Then move contents:
sudo mv /tmp/apache-tomcat-11* /opt/apache-tomcat-11
-
4. Installing Java
How to Install Required Oracle Java JDK on Debian Trixie
Install Oracle JDK for Debian TrixiePlease ensure that you have Java 17 or later installed, as Apache Tomcat 11 requires it.
Contents