[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run multiple instances of JBoss on a single syste
PeterJ
do-not-reply at jboss.com
Mon Mar 3 17:44:42 EST 2008
And here are some basic steps to get you started on running multiple app servers:
1) Unzip the jbossas binary zip file.
2) Make two copies of ./server/default, for example, as ./server/server1 and ./server/server2
3) Read about the binding service (I gave you the link earlier), and then:
3a) Set up the sample-bindings.xml file
3b) Modify the ./server/xxx/conf/jboss-service.xml files for both server1 and server2 to use the sample-bindings.xml file
Then run the two servers as follows:
run -c service1
run -c service2
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133745#4133745
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133745
More information about the jboss-user
mailing list