anonymous wrote : 
  | ay, i want to add DEV1 & DEV2 apart from default configuration. if i simply 
copy default directory and rename it to DEV1 will it work? 
  | 

yes. make sure you start jboss with ./run.sh -c DEV1 and ./run.sh -c DEV2 to 
start the proper configuration

anonymous wrote : 
  | I also need to run them in parallel so i will seperate tcp ports used by 
them (this is given in above wiki). Any pointers? or documents?
  | 

use ./run.sh -c DEV1 -b {ip address for DEV1}

and

./run.sh -c DEV2 -b {ip address for DEV2}

Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074011
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to