JBoss Community

can only connect from localhost

created by Monty Hall in Beginner's Corner - View the full discussion

I can only connect to jboss from http://localhost:8080/MyApp, but when I "http://www.blah.com:8080/MyApp.  I can't access.  My router port forwards 8080 to my server.

 

I've tried the following and am able to access the local ip directly.

 

    <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:192.168.1.XXX}"/> <===was 127.0.0.1

        </interface>

    </interfaces>

 

I've tried putting in the actual dns name, but I still can't connect.

 

Monty

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community