Are you using JBossAS with embedded Tomcat or Jetty? If Tomcat, look for the server.xml
config file (I hope that old of a Tomcat version uses that file and that it looks somehwta
like the recent version) and look at the Connector entry, the "address"
attribute. In 4.0.x and 4.2.x, it looks like this:
<Connector port="8080" address="${jboss.bind.address}"
You could change the value for address to your IP.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155413#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...