You shall modify the deploy\jboss-web.deployer\server.xml.
From
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443"
acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
To
<Connector port="8080" address="*"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443"
acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116952#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...