Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open Wildfly 8.2 JMX port for monitoring?

I am using Wildfly 8.2 on CentOs. Can anyone help me to open remote JMX on Wildfly 8.2?

I am only using standalone-full.xml and the port 10990 is already accessible for webconsole like: 192.168.1.10:10990/console/

Now, I am trying to monitor wildfly from jconsole and zabbix with my laptop, but it is not working.

Any help on this is appreciated...

like image 889
Aswin Mohanan Avatar asked Apr 03 '15 12:04

Aswin Mohanan


1 Answers

You should use jconsole.sh from $WILDFLY_HOME/bin/jconsole.sh and url

service:jmx:http-remoting-jmx://192.168.1.10:10990

also allow external connection:

-Djboss.bind.address.management=192.168.1.10
like image 83
sibnick Avatar answered Oct 23 '22 06:10

sibnick