[jboss-user] [Installation, Configuration & Deployment] - Re: two jboss server simultaneously with different ports
PeterJ
do-not-reply at jboss.com
Wed Mar 21 10:55:48 EDT 2007
Two possibilities.
1) If you have multiple IP address, you can run each bound to its own IP address as follows:
run -b localhost (for test)
run -b myhostname (for production)
Actually, you always have multiple IP addresses: localhost and the one assigned by the DNS.
2) If you do not have multiple IP addresses, you have to change the ports that one of the instances uses. See the file docs/examples/binding-manager/sample-bindings.xml.
See also http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030257#4030257
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030257
More information about the jboss-user
mailing list