Reputation: 109
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?
Upvotes: 2
Views: 2877
Reputation: 2204
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.
Upvotes: 1