Jffs2ej
Jffs2ej

Reputation: 109

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?

Upvotes: 2

Views: 2877

Answers (1)

trikelef
trikelef

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

Related Questions