This content has been marked as final.
Show 4 replies
-
1. Re: JBoss bind on two ip addresses
peterj Apr 28, 2008 4:39 PM (in response to ovfone)Try this. In the server/xxx/deploy/jboss-web.deployer/server.xml file, add a second Connector entry, providing a different hard-coded IP address for each, like this:
<Connector port="8080" address="first-ip-address"... /> <Connector port="8080" address="second-ip-address"... />
I have not tried this, so I am not sure if any other config changes are necessary, or if even works. -
2. Re: JBoss bind on two ip addresses
ovfone May 5, 2008 4:20 AM (in response to ovfone)Thank you, it really works!
-
3. Re: JBoss bind on two ip addresses
cazo Apr 11, 2011 10:25 AM (in response to ovfone)Works fine! I don't know about performance.
-
4. Re: JBoss bind on two ip addresses
gigiaquino Aug 20, 2012 7:53 PM (in response to ovfone)How will you implement this in JBoss 7.1.1?
Is it possible in the mentioned version or it's just either one(127.0.0.1 or a IP address in IPv6 or IPv4 dotted decimal notation) or all (0.0.0.0) IP address?