2 Replies Latest reply on Jul 30, 2003 2:32 AM by slaboure

    Clustering depends on "jboss" startup order??

    nish_dce

      Hi All,
      I am working on JBoss 3.2.2RC1 and trying out clustering! I am running 2 different JBoss on different machines in clustering mode,ie. the 2 JBoss servers are started as "run.sh -c all".
      Now , I have a simple SLSB "Hello.jar" with true specified
      in jboss.xml file.

      Now, I tested 2 cases:
      1.I try to put the above jar in the directory (all/farm) of the server started "first".The Hello.jar gets deployed in both the servers and I can
      see it in corresponding "all/farm" dirs.
      2.Now, I remove the jar from one of the servers and I see it being removed from both the servers.
      3.Now,I again try to put the above jar in the directory (all/farm) of the server started "second".The Hello.jar gets deployed "only" in ""second" server and
      "first" server doesn't have any clue!

      Is there concept of Master/Slave etc?
      Any help will be greatly appreciated!
      Thanks in advance,
      Nishant