0 Replies Latest reply on Feb 26, 2015 9:30 AM by prpaps

    Dectecting automatically node with server advertise

    prpaps

      Hi,

       

      I implement the mod_cluster in a platform with 2 httpd web servers and 2 jboss nodes. In each network i have 1 one server apache and one server jboss.

      When I activate the mod_advertise. I only see for each httpd server the node which is in the same network. How can i proceed to detect my two nodes without using the proxy-list in the JBoss configuration ?

       

      Here is my default configuration of the mode_cluster in my apache configuration

       

      [code]

      Listen 6666

      NameVirtualHost *:6666

      <VirtualHost *:6666>

              <Directory />

                      Order deny,allow

                      Allow from all

              </Directory>

              ManagerBalancerName monLB

       

       

              ServerAdvertise  on

              EnableMCPMReceive

              AdvertiseFrequency 5

              EnableMCPMReceive

              ProxyStatus On

              AdvertiseGroup 224.0.1.105:23364

       

       

      </VirtualHost>

      [/code]

       

      Regards,

       

      Pape.