David Bettenhausen [http://community.jboss.org/people/dbhausen] created the 
discussion

"Re: error connecting to jboss-admin concole [JBoss AS 7.0.2.Final "Arc"]"

To view the discussion, visit: http://community.jboss.org/message/638011#638011

--------------------------------------------------------------
1. I edited  /var/jboss7/standalone/configuration/standalone.xml;
2. Acceced the web-console from my remote browser;
3. Stopped the server;
4. 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>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/638011#638011]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to