Chapter 16: Monitoring and Managing Tomcat with JMX

Chapter 16: Monitoring and Managing Tomcat with JMX Manager (web application) User access manager application via web browser MBeans exposed by Tomcat Tomcat MBean Server Tomcat JMXProxy Figure 16-7: The Manager application s JMX proxy Working with the JMX Proxy The URL for accessing the JMX proxy using a browser is as follows: http://:
/manager/jmxproxy/ If Tomcat is running locally with the default configuration, the URL is as follows: http://localhost:8080/manager/jmxproxy/ No stylized HTML Web pages or tables are displayed by this proxy. However, it is capable of performing the following operations against the Tomcat 6 agent (MBean Server) implementation: . Query for MBeans and current attribute values . Set MBean attribute values WARNING: Modifying the value of a Tomcat internal MBean during production operation can potentially cause problems that may result in an application and/or system crash. Use this feature at your own risk.

For high quality website hosting services please check tomcat web hosting website.

Comments are closed.