[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem in creating multiple instance of Jboss running o

PeterJ do-not-reply at jboss.com
Thu Dec 6 21:13:55 EST 2007


The first step in running multiple instances of the app server is making two copies of the configuration you want to run. For example, copy 'default' as 'other'.

Then to use the binding manager, put your first ServiceBindingManager entry in the server/default/conf/jboss-service.xml file, and place the second one in the server/other/conf/jboss-service.xml.

Or, as Alvaro pointed out, you could run each instance binding to a different IP address.

But either way you need to different configurations - you cannot run the same configuration twice.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111069#4111069

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111069



More information about the jboss-user mailing list