Getting Started
-
5. Installing Java
How to Install Required Oracle Java JDK on Ubuntu 22.04
Please ensure that you have Java 17 or later installed, as Apache Tomcat 11 requires it.
-
6. Starting/Stopping
Now the commands to Start and Stop Tomcat 11 Server.
To start it up:sudo /opt/apache-tomcat-11/bin/startup.sh
To shut down:
sudo /opt/apache-tomcat-11/bin/shutdown.sh
-
7. Accessing Admin UI
Finally, to Access the Tomcat Server Admin on Browser go to:
http://localhost:8080
Or use the Server IP address where Tomcat is installed… -
8. Deploying
Tomcat 11 Deployment Getting Started Guide
Contents