[jboss-user] [Beginner's Corner] - can only connect from localhost
Monty Hall
do-not-reply at jboss.com
Sat Dec 24 16:28:51 EST 2011
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111224/54753997/attachment.html
More information about the jboss-user
mailing list