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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...