Wednesday, February 6, 2013

Jboss AS 7 - Configuration in standalone.xml to accept remote connections


<interfaces>
    <interface name="management">
        <inet-address value="127.0.0.1"/>
    </interface>
    <interface name="public">
       <any-ipv4-address/>
    </interface>
</interfaces>


No comments: