hi, i need to change the partition name to have 2 clustered jboss portal 
running and 2 jboss clustered portal for study and development but the thing it 
that in jbos doc apears:

<mbean code="org.jboss.ha.framework.server.ClusterPartition"
  |     name="jboss:service=DefaultPartition">
  |          
  |     <! -- Name of the partition being built -->
  |     <attribute name="PartitionName">
  |         ${jboss.partition.name:DefaultPartition}
  |     </attribute>
  | 
  |     <! -- The address used to determine the node name -->
  |     <attribute name="NodeAddress">${jboss.bind.address}</attribute>
  | 
  |     <! -- Determine if deadlock detection is enabled -->
  |     <attribute name="DeadlockDetection">False</attribute>
  |      
  |     <! -- Max time (in ms) to wait for state transfer to complete. 
  |         Increase for large states -->
  |     <attribute name="StateTransferTimeout">30000</attribute>
  | 
  |     <! -- The JGroups protocol configuration -->
  |     <attribute name="PartitionConfig">
  |         ... ...
  |     </attribute>
  | </mbean>

the thing is that ${jboss.partition.name:DefaultPartition} its an xml variable, 
if i change defaultpartition by MyPartition i have to change the name many 
times, it this right? there is an xml variable where i can chage the name only 
one time? 

thanks,
nicolas

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926783


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to