JBoss Community

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

created by David Bettenhausen in Beginner's Corner - View the full discussion
  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

Start a new discussion in Beginner's Corner at Community