How to open Wildfly 8.2 JMX port for monitoring?

Aswin Mohanan picture Aswin Mohanan · Apr 3, 2015 · Viewed 18.8k times · Source

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...

Answer

sibnick picture sibnick · Apr 7, 2015

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