0 Replies Latest reply on Nov 14, 2007 12:17 AM by ansai

    Jboss 4.2.1 GA Load Balancer Problem

    ansai

      Hello everyone, I am using JBoss 4.2.1 GA and I am testing a cluster with 2 instances in 2 systems in a network (with ip's 192.168.1.101 & 192.168.1.102) . I am using Apache HTTP server with mod_jk. When I try to start the servers, they are forming the cluster as i can see on the server console.
      I am using the Counter.war application to test the application load balance or fail over. I am accessing the web application in first server using, http://192.168.1.101/counter.. and it works. Now if i shutdown the first server and try to access the first server with the same browser window, the page not found is displaying.. Actually if the first server is down, because of clustering, should be redirected to second server.. but not happened..


      Anyone experienced with similar issue, please help me.

      Nagasai