SimplerCloud Pte Ltd

×
×

Where is TomCat installed on my Ubuntu+Tomcat servelet?

Back

Below is some information on how you can use the pre-installed Apache Tomcat on your Ubuntu servelets.

 

Ubuntu 18.04 + Tomcat 9.0.24

For our Ubuntu 18.04 + Apache Tomcat 9.0.24 OS template, the Apache Tomcat is installed on /opt/tomcat/ . The root folder of your website will be on /opt/tomcat/webapps/ROOT .

It runs on port 8080 by default, you can access the Tomcat web interface on below URL:

http://YOUR-SERVELET-IP-ADDRESS:8080

Replace YOUR-SERVELET-IP-ADDRESS with the IP address of your servelet.

To access the Tomcat Web Application Manager, go to below URL:

http://YOUR-SERVELET-IP-ADDRESS:8080/manager/html
Username: admin
Default password: S1mplerCloud

To access the Tomcat Virtual Host Manager, go to below URL:

http://YOUR-SERVELET-IP-ADDRESS:8080/host-manager/html
Username: admin
Default password: S1mplerCloud

You can modify the password by editing below file:

/opt/tomcat/conf/tomcat-users.xml

 

Ubuntu 14.04 + Tomcat 8.0.21 (already deprecated)

For our Ubuntu 14 + Apache Tomcat 8, the Apache Tomcat is installed on /var/local/apache-tomcat-8.0.21 . The root folder of your document will be on /var/local/apache-tomcat-8.0.21/webapps/ROOT .

It runs on port 8080 by default, you can access the site on below URL:

http://YOUR-SERVELET-IP-ADDRESS:8080

Replace YOUR-SERVELET-IP-ADDRESS with the IP address of your servelet.

Was this article helpful?
Dislike0 Like0
Views: 968