Resource icon

Configure Jconsole for Remote Access on Tomcat

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

admin

Administrator
Staff member
Aug 13, 2014
137
3
18
www.speforums.com
admin submitted a new resource:

Configure Jconsole for Remote Access on Tomcat - Monitor tomcat using jconsole tool

In
this guide we will demonstrate how to remotely monitor tomcat jvm via a remote jmx connection with Jconsole.

View attachment 132

For enabling remote monitoring follow below steps:
  1. Enable JMX port on remote tomcat.
  2. Open Jconsole and connect

We will cover both of the above steps in detail in the following section.

Enabling JMX Port on tomcat running on linux servers

Create a setenv.sh(if not exists) file in tomcat bin folder, and put the...

Read more about this resource...