Today, i have a very weird condition, im installing Jboss EAP 6.1 but i cannot access its administration console from outside ip. Somehow, everytime i run netstat -aon command, i can see that port 9990 binded only with 127.0.0.1.
The workaround is actually very simple, i only add -bmanagement on JBoss start command,
./standalone.sh -bmanagement=0.0.0.0
And now port 9990 is accessible by other network.