[jboss-user] [Beginners Corner] - Re: JBoss Instance Shutdown Problem
PeterJ
do-not-reply at jboss.com
Fri Jul 31 13:54:48 EDT 2009
When you start with "-b 0.0.0.0", 4.2.2 is binding to to all IP addresses on your machine, including localhost. Which means that both 4.2.2 and 4.0.4 listen to localhost.
How many IP addresses does your system have? If only one (other than localhost), bind to that specific IP address. If your system has multiple IP addresses, then change the port assignment for 4.0.4 (see the file docs/exemples/bindingmanager/sample-bindings.xml for an easy way to do this)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247335#4247335
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247335
More information about the jboss-user
mailing list