Search code examples
webspherejmx

Using JMX client to connect to the WebSphere JVM


How I can connect to WebSphere JVM through JMX client? Can JMX client be used to connect to the WebSphere JVM to change logging settings?


Solution

  • Basically you have to use some Websphere-specific jars in order to connect to WAS using a JMX Client. You may follow this article in order to configure this.