0 Replies Latest reply on Feb 27, 2018 3:20 PM by sushmab

    proxy balancer

    sushmab

      Hi All,

      I could able achieve  HA using below configuration. Issue is jboss will take time to deploy and start services. while port 8080 already open so Apache starts sending request to server though services are yet to start.

       

      How to resolve this issue??

       

      <Location /balancer-manager>

        SetHandler balancer-manager

        Order Deny,Allow

        Deny from none

        Allow from all

        </Location>

       

       

      <Proxy balancer://mycluster>

      BalancerMember http://xxxxx:8080 route=node1

      BalancerMember http://xxxx:8080 route=node2

      ProxySet stickysession=JSESSIONID|jsessionid lbmethod=bytraffic nofailover=Off

      </Proxy>

      ProxyRequests Off

       

       

        ProxyPass /  balancer://mycluster/app/

          ProxyPassReverse / balancer://mycluster/app/

          ProxyPassReverseCookiePath / /