2 Replies Latest reply on Feb 19, 2019 8:52 PM by munkhuush99

    Mod_cluster gives 503 when accessing to context

    munkhuush99

      I'm trying to configure mod_cluster with domain in jboss. I'm able to see nodes and contexts from mod_cluster-manager. But when I try to access those context it gives me 503. Log states: (balancer://mycluster). All workers are in error state. I'm using latest developer httpd build and jboss-eap-6.4.20. Httpd.conf looks as follow. Also I attached my domain.xml.

      <IfModule manager_module> 

        Listen 192.168.71.98:10001 

       

        <VirtualHost 192.168.71.98:10001> 

          <Directory />

      Require all granted

          </Directory> 

       

          KeepAliveTimeout 300 

          MaxKeepAliveRequests 0 

          #ServerAdvertise on http://127.0.0.1:8796 

           AdvertiseFrequency 5 

          #AdvertiseSecurityKey secret 

          #AdvertiseGroup 224.0.1.105:23364 

          EnableMCPMReceive 

      ManagerBalancerName mycluster 

       

      <Location /mcm> 

             SetHandler mod_cluster-manager 

             Require all granted   

             AllowDisplay On 

          </Location>   

        </VirtualHost> 

      </IfModule> 

      Please help me. Thanks in advance