Getting Started
-
5. 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
-
6. 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… -
7. Deploying
Tomcat 11 Deployment Getting Started Guide
Tomcat Deployment Quick Guide
Contents