Monitoring in Tomcat 7
Monitoring in Tomcat 7 can be done using the Tomcat Manager. By default, the Tomcat Manager provides the status of the server with a detailed description of requests and their status. This information is very useful to administrators at the time of troubleshooting. Apart from this, the administrator need not log in to the machine for collecting this information. It takes a minimum of 30 minutes to collect the entire information of the application, if you are checking the server status manually, but using the Tomcat Manager, you are getting it online. That's truly amazing and a great help for IT administrators.
Let's discuss the various components used for monitoring that are available in the Tomcat Manager.
Summary of the Server Status of Tomcat 7
The basic synopsis of Tomcat 7 includes the details of the JVM, HTTP, and the HTTPS connection, which can be accessed using the URL http://localhost:8080/manager/status
. The following screenshot shows the synopsis of Tomcat...