JBoss Community

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

created by Wolf-Dieter Fink in Beginner's Corner - View the full discussion

If you not change the configuration and start standalone without any parameter you can only use the connections from localhost.

 

To use other binding you have to set:

-b <ip>

        this IP is used for all public ports like 8080

-Djboss.bind.address.management <ip>

        this IP is used for the management ports 9990 9999

 

as parameter when you start standalone.sh.

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community