This content has been marked as final.
Show 3 replies
-
1. Re: 2 jboss on 1 cpu
tom.elrod Aug 5, 2004 2:16 AM (in response to alexdorand)Sure. Will have to make sure that you don't have port conflicts such as JNDI (see jboss-service.xml) and web server (see service.xml in tomcat sar).
Easiest thing to do is take server/default directory (or all, depending on what services you are using) and make a copy of it using a new name (i.e. server/default2). Then change the ports for the services you are using in their xml files. Then start both (run -c default and run -c default2) -
2. Re: 2 jboss on 1 cpu
noel.rocher Aug 5, 2004 4:18 AM (in response to alexdorand)see bindings :
1 - in conf/jboss-service.xml activate the binding MBean
2 - in docs/example/binding-manager there's the sample-bindings.xml you point to in the MBean configuration -
3. Re: 2 jboss on 1 cpu
anil.saldhana Aug 5, 2004 11:42 AM (in response to alexdorand)http://www.jboss.org/wiki/Wiki.jsp?page=Setmultipleinstances
Some guidance there.