Hello,
I am new to jBoss clustering. I am trying to do the jboss clustering with the mod_cluster. I follow the steps from Chapter 3. httpd configuration and i am using mod_cluster-1.3.1.Final-windows-amd64-ssl.zip.
My apache httpd configured and started successfully with the following configuration:
<VirtualHost *:80>
KeepAliveTimeout 300
MaxKeepAliveRequests 0
ServerAdvertise on
AdvertiseFrequency 5
#AdvertiseSecurityKey secret
AdvertiseGroup 224.0.0.251:23364
AllowDisplay On
EnableMCPMReceive
ManagerBalancerName mycluster
<Location /mod_cluster_manager>
SetHandler mod_cluster-manager
Require all granted
</Location>
</VirtualHost>
and i can access the http://localhost/mod_cluster_manager and it shows the following page
but when i start the jboss as 6 with the AdvertiseGroup as 224.0.0.251:23364, still my http://localhost/mod_cluster_manager page does not show the jboss nod.
and i cant figured it out why.
I already write a small java program for the checking the multicast ip and i can get the message from it successfully.