Top.Mail.Ru

Tomcat VPS

Apache Tomcat is an open source servlet container developed by the Apache Software Foundation. It implements the servlet specification, the JavaServer Pages specification, and JavaServer Faces. It is written in the Java language. Tomcat allows you to run web applications and contains a number of programs for self-configuration.

When selecting Tomcat, the necessary packages and environment settings are automatically installed.

Once the installation is complete, it is available at http://<IP server address>:8080/.

The admin panel is located at http://<IP server address>:8080/manager/.

The login for the admin panel is admin and the password is the same as the root server password.


You can:

1) check the servlet version using the command: tomcat version

2) check if the service is running with: service tomcat status or systemctl status tomcat


and if OK, start developing and using your applications.


The recipe installation log can be found in /root/Tomcat.log


The configuration files: 


/etc/tomcat/tomcat.conf

/etc/tomcat7/tomcat7.conf

/etc/java/java.conf

Published on: 4-06-2019, 15:38