jconsole 连接 wildfly 10 监控

Posted Bigben

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jconsole 连接 wildfly 10 监控相关的知识,希望对你有一定的参考价值。

1,远程wildfly服务器:

  访问:http://211.100.75.242:9990

按照提示添加用户,重启后可以登录进入。成功。

2,省事做法。本地解压wildfly服务器,进入wildfly-home/bin, 执行jconsole.bat 或者 jconsole.sh。

  选择 "Remote Process". Provide the following URL:

service:jmx:http-remoting-jmx://WildFly_Host:JMX_Port

比如: service:jmx:http-remoting-jmx://211.100.75.242:9990

输入用户名/密码

连接即可。

参考:

 

As far as I know, the JMX service on wildly is accessible on port 9990. From your mail, it seems that it‘s running at 10990 for you.

To access WildFly over JMX remotely through jconsole following are the steps you need to follow:

  1. On the wildfly server, create management user using add-user.sh.
  2. Get the jboss-cli-client.jar from the wildly server to your local laptop (from where you are planning to launch jconsole).
  3. Invoke the following from your local laptop to start jconsole:

$JAVA_HOME/bin/jconsole -J-Djava.class.path=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/jconsole.jar:/jboss-client.jar &

  1. On the jconsole pop up window which comes up on your laptop, select "Remote Process". Provide the following URL:

service:jmx:http-remoting-jmx://WildFly_Host:JMX_Port

For example, it could be : service:jmx:http-remoting-jmx://1.2.3.4:9990

  1. Provide the username and password created in step #1.
  2. Connect.

以上是关于jconsole 连接 wildfly 10 监控的主要内容,如果未能解决你的问题,请参考以下文章

创建与 WildFly 10 和 Jaybird 3.0 的连接失败

Spring Boot 2 重新部署到 Wildfly 10 后无法刷新 JMS 连接

JConsole的设置及远程连接

jconsole连接远程服务器

jconsole连接远程服务器

jconsole连接远程服务器