[jboss-user] [Beginners Corner] - Re: How to set JBoss 3.0.8 Bind Address ?
PeterJ
do-not-reply at jboss.com
Tue Jun 3 11:31:58 EDT 2008
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#4155413
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155413
More information about the jboss-user
mailing list