[jboss-dev-forums] [JBoss AS 7 Development] - Can't remote access to my ear application in JBoss 7
Eric Li
do-not-reply at jboss.com
Wed May 16 16:38:27 EDT 2012
Eric Li [https://community.jboss.org/people/lydys] created the discussion
"Can't remote access to my ear application in JBoss 7"
To view the discussion, visit: https://community.jboss.org/message/736083#736083
--------------------------------------------------------------
I tried to deploy my ear application successfully. No errors during the startup with standalone sever.
But I can not access with http://my-server-name:8080/myapp http://my-server-name:8080/myapp
I tried to configure the following in standalone.xml, changing IP to 0.0.0.0. Now I can remote access admin console and http://my-server-name:8080/ http://my-server-name:8080, but still can not access http://my-server-name:8080/ http://my-server-name:8080/myapp
what did I miss? more configuration in standalone.xml?
<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>
<!-- TODO - only show this if the jacorb subsystem is added -->
<interface name="unsecure">
<!--
~ Used for IIOP sockets in the standard configuration.
~ To secure JacORB you need to setup SSL
-->
<inet-address value="${jboss.bind.address.unsecure:0.0.0.0}"/>
</interface>
</interfaces>
Thanks
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/736083#736083]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120516/5bad4d3d/attachment.html
More information about the jboss-dev-forums
mailing list