Top "Jconsole" questions

A Java debugging aid that redirects any System.

Remote JMX connection

I'm trying to open a JMX connection to java application running on a remote machine. The application JVM is configured …

java jmx jconsole
Has anyone ever got a remote JMX JConsole to work?

It seems that I've never got this to work in the past. Currently, I KNOW it doesn't work. But we …

jmx jconsole
Does Java 6 open a default port for JMX remote connections?

My specific question has to do with JMX as used in JDK 1.6: if I am running a Java process using …

java jmx jconsole jvisualvm
How do you enable JMX in Websphere?

I would like to use JConsole to monitor my Websphere application, but I am not sure how to enable JMX.

java jakarta-ee websphere jmx jconsole
Connecting remote tomcat JMX instance using jConsole

I am trying to connect to a remote tomcat JMX instance using jConsole. But can't connect successfully. Any Idea? I …

java tomcat jmx jconsole
Can jconsole data be retrieved from the command line?

I am currently using jconsole to monitor performance metrics of my Java application and would like to script this data …

java performance command-line monitoring jconsole
How to connect to a java program on localhost jvm using JMX?

I should connect to a java program on localhost jvm using JMX. In other words I want to develop a …

java localhost rmi jmx jconsole
Debugging JConsole Connection Failed

I have a web application deployed to a remote resin server, and it has JMX turned on. I can telnet …

java jmx connect jconsole
How to ouput text to console from Servlet

I have a servlet. But it is not working as desired. Hence for debugging purposes, I want to print statements …

java logging servlets console jconsole