This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Cluster Partition Namebrian.stansberry Aug 30, 2006 11:41 AM (in response to adias)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.
- 
        2. Re: Cluster Partition Nameadias Aug 30, 2006 1:43 PM (in response to adias)Thank you. It worked. The next post will contain the JBoss version :) 
 Have a nice day.
 
    