Monty Hall [http://community.jboss.org/people/monty_hall] created the discussion

"can only connect from localhost"

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

--------------------------------------------------------------
I can only connect to jboss from  http://localhost:8080/MyApp 
http://localhost:8080/MyApp, but when I " http://www.blah.com:8080/MyApp 
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
[http://community.jboss.org/message/643125#643125]

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