1 2 3 Previous Next 30 Replies Latest reply on Nov 21, 2013 3:36 AM by dabraham81 Go to original post
      • 30. Re: JBoss AS 7 Clustering and httpd virtualhost
        dabraham81

        Hello,

        I faced a similar problem and was able to sove it by using 'AdvertiseSecurityKey secret' on the VirutalHost config in httpd.conf and

         

        <subsystem xmlns="urn:jboss:domain:modcluster:1.0">

                        <mod-cluster-config advertise-socket="modcluster" advertise-security-key="secret">

         

        in domain.xml for the ha (in your case full-ha) profile..

         

        Hope it helps.

         

        Also i am using mod-cluster 1.2.0.final with jb71.1. final with httpd 2.2.25

        1 2 3 Previous Next