0 Replies Latest reply on Apr 1, 2013 7:38 PM by khushalsingh

    IIS Webserver sending requests to unavailable server

    khushalsingh

      Hi,

       

      I have two JBOSS Servers and one WebServer (IIS 7) . If both the JBOSS server are up, everything is working fine and requests are going to both the servers on round robin basis but if one of the server is down then every alternate request is failing and giving me 404 error because IIS is sending alternate requests to the second server which is not available. Kindly suggest.

       

      Below are my worker property settings,

       

      worker.N1.type=ajp13

      worker.N1.host=10.11.12.13

      worker.N1.port=8009

      worker.N1.lbfactor=1

       

      worker.N2.type=ajp13

      worker.N2.host=10.11.12.14

      worker.N2.port=8009

      worker.N2.lbfactor=1

       

      worker.wlbN.type=lb

      worker.wlbN.balance_workers=N1,N2

      worker.wlbN.sticky_session=1

       

       

      worker.jkstatusN.type=status

       

       

      Thanks in advance