4 Replies Latest reply on Sep 7, 2010 12:58 PM by krajwade

    How to test the failover in a cluster?

    thomas2008ch

      I configured a cluster with 2 Jboss nodes. And I wrote a simple  WebService which just printout "Hello World".
      I deploy this WebService  on the nodes.   Assumed calling the WebService is as follow:
      and
      Now I stop the node1 and try to call up the WebService at node1 with
      I hope this will change over to  node2 since they are clustered. But I get error.
      What's wrong?