1 2 Previous Next 15 Replies Latest reply on Sep 28, 2003 10:02 PM by melaraj Go to original post
      • 15. Re: clustering partitions on JBoss3.0.4

        The cluster-service.xml below allows you to change the default partion name.


        <?xml version="1.0" encoding="UTF-8"?>

        <!-- ===================================================================== -->
        <!-- -->
        <!-- Sample Clustering Service Configuration with different name -->
        <!-- -->
        <!-- ===================================================================== -->






        <!-- ==================================================================== -->
        <!-- Cluster Partition: defines cluster -->
        <!-- ==================================================================== -->


        NEWPARTIONNAME


        <!-- ==================================================================== -->
        <!-- HA Session State Service for SFSB -->
        <!-- ==================================================================== -->


        NEWPARTIONNAME
        jboss:service=NEWPARTIONNAME


        <!-- ==================================================================== -->
        <!-- HA JNDI -->
        <!-- ==================================================================== -->


        NEWPARTIONNAME
        41100
        jboss:service=NEWPARTIONNAME





        1 2 Previous Next