[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using multiple IPs on same machine stopped working under

2008-04-14 Thread cmay4
Thanks for the reply. I just figured it out. The SSL connector configuration in server.xml was missing the address="${jboss.bind.address}" attribute. I'm not sure why it was missing, but when I added it in, the different instances are binding to a single address like they used to. Thanks,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using multiple IPs on same machine stopped working under

2008-04-13 Thread cmay4
That was a typo on the first message. This is really what was run: ./run.sh --host=ia.dev.seerdms.imsweb.com --configuration=ia Then, ./run.sh --host=dt.dev.seerdms.imsweb.com --configuration=dt The error is the same. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using multiple IPs on same machine stopped working under

2008-04-11 Thread cmay4
I found another clue. Even though I launch with: ./run.sh --host=ia.dev.seerdms.imsweb.com --configuration=ia I can access the server from both the passed address and the machines default address. So both of these addresses can access the running server. ia.dev.seerdms.imsweb.com dev.seerdm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Using multiple IPs on same machine stopped working under 4.2

2008-04-11 Thread cmay4
With version 4.0.4, it was easy to get multiple instances running under different IP addresses on the same machine. Under 4.0.4, we set up a configuration per deployment and started them like this: ./run.sh --host=ia.dev.seerdms.imsweb.com --configuration=ia Then, ./run.sh --host=ia.dev.seerd