使用JConsole连接websphere 7

时间:2010-12-06 19:23:30

标签: jconsole

有人可以帮我解决JConsole&的Websphere及7 我试图使用JConsole连接到Websphere 7。但是JConsole无法连接到Websphere 7。

我做了以下更改 - 1)management.properties   com.sun.management.jmxremote.port = 9999   com.sun.management.jmxremote.authenticate = FALSE   com.sun.management.jmxremote.ssl = FALSE 2)在JVM泛型参数中设置management.properties文件路径。

此致 SR

2 个答案:

答案 0 :(得分:1)

如果您想要WebSphere MBeans,那么这个适用于我:

关键是要正确配置类路径和安全性。

在一行中:

jconsole -J-Dwas.install.root = C:/ was61 -J-Djava.ext.dirs = C:/ was61 / plugins; C:/was61/plugins/com.ibm.ws.security.crypto_6。 1.0; C:/ was61 / lib; C:/ was61 / java / jre / lib / ext -J-Dcom.ibm.SSL.ConfigURL =“file:../../ properties / ssl.client.props” - J-Dcom.ibm.CORBA.ConfigURL =“file:../../ properties / sas.client.props”service:jmx:iiop:// host:port / jndi / JMXConnector

其中port = bootstrap port ex:(2809)

设置sas和ssl道具时要小心。

罗伯特

答案 1 :(得分:0)

另一个问题的答案对我有用:How do you enable JMX in Websphere?

但是,这只允许访问Platform MBean,而不是WebSphere MBean。