- I edited /var/jboss7/standalone/configuration/standalone.xml;
- Acceced the web-console from my remote browser;
- Stopped the server;
- I then set it back so it can't be accessed be one of malicious intent.
If anyone is going to screw this server up I want it to be me. I think I am on a role now.
<!--
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:127.0.0.1}"/>
</interface>
</interfaces>
-->
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:0.0.0.0}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:0.0.0.0}"/>
</interface>
</interfaces>