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&...]