Can someone help me for resolving the below issue with JConsole & Websphere&7 I was trying to connect to Websphere 7 using JConsole. However JConsole wasn't able to connect to Websphere 7.
I did following changes - 1) management.properties com.sun.management.jmxremote.port=9999 com.sun.management.jmxremote.authenticate=false com.sun.management.jmxremote.ssl=false 2) set the management.properties file path in JVM generic arguments.
Regards, SR