[jboss-user] [Beginners Corner] - Re: Jboss start well with http://localhost:8080 but not with
jose.ferreiro
do-not-reply at jboss.com
Fri May 2 10:12:42 EDT 2008
[SOLUTION]
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=4148343#4148343
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148343
More information about the jboss-user
mailing list