Posts Tagged Monitoring
Monitoring Tomcat 7 with JMX
Posted by StephanBeutel in Java on 2011/07/15
Enabling JMX on Tomcat Enabling JMX without Authentication JMX is enabled by setting some Java properties in the command used to start an application. You will need to set the CATALINA_OPTS environment variable so the correct properties get set for to Tomcat when it starts. Furthermore, the properties you set will determine if application can [...]