2 Replies Latest reply on Jan 27, 2003 10:54 AM by dtauzell

    One jboss.xml with two partitions

      I have an EJB I am clustering. Currently, there is only one partition on my subnet so I am using the DefaultPartition name. I want to add a another partition for our QA servers. My first thought was that on our QA servers I would change cluster-services.xml to name the partition QAPartition. However, that means that I have to change the jboss.xml descriptor file for each environment. Something I'd rather not do.

      My only thought is that I could just have two partitions named DefaultPartition, but with different ports. Would that work?