0 Replies Latest reply on Mar 15, 2005 9:33 PM by litflyhorse

    How  can know EJB cluster is success from console?

    litflyhorse

      with the info of console we can know node cluster whether is ok, just as
      [
      10:30:41,000 INFO [DefaultPartition] Number of cluster members: 3
      10:30:41,000 INFO [DefaultPartition] Other members: 2
      10:30:41,000 INFO [DefaultPartition] Fetching state (will wait for 30000 millis
      econds):
      ]
      Now,if two nodes deploy ejb with cluster(true),how to know whether ok from console?
      and the client code which call ejb also must run in all-mode jboss?