[jboss-user] [Clustering/JBoss] - Re: Cluster Partition Name
bstansberry@jboss.com
do-not-reply at jboss.com
Wed Aug 30 11:41:50 EDT 2006
Key rule of posting, particularly for config questions: say what release you are using :)
In your original files, before you edited them, you should see stuff like
xyz="${jboss.partition.name:DefaultPartition}"
If you see that, you're using a fairly recent release. If so, undo your edits, restore the original.
Then start jboss with the -g switch:
run -g MyCustomPartitionName -c all
This will set system property jboss.partition.name, which will then set the value you want in all config files.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968406#3968406
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968406
More information about the jboss-user
mailing list