Thank you Jhalliday. It helped

[SOLUTION I FOUND]
Hello,

I solved the problem doing so:

Do a search in the jboss folder for the file server.xml.
You should find two files server.xml

One in $JBoss_Path$/server/default/deploy/jboss-web.deployer/server.xml
and $JBoss_Path$/server/all/deploy/jboss-web.deployer/server.xml

Change the following line or variable because it is a problem of the Connector

 address="${jboss.bind.address}" ->  address="0.0.0.0" within the attributes of 
the tab .
You should do this twice in your server.xml file.

After that you should be able to access the Jboss server not only using your 
http://localhost:8080/ url but also using the IP address of your computer 
allocated by DHCP or the static IP address attributed to your computer.

Hope this help.

Kind regard, 

Jose Ferreiro

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148344#4148344

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148344
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to