- 
        
- 
        2. Re: JBOSS7 mod_cluster doesn't workerasmomarciano Aug 8, 2012 8:12 AM (in response to jfclere)Hi I have to update the libs of JBoss? or Apache? If I have to update the libs of Jboss, wich file I take them from the folder mod_cluster-1.2.0.Final-bin? and where I have to put them? Else I have to update the libs of Apche where I find them? tnks 
- 
        3. Re: JBOSS7 mod_cluster doesn't workjfclere Aug 8, 2012 8:33 AM (in response to erasmomarciano)AS7 already has the mod_cluster jars you only need to update the httpd libraries. 
- 
        4. Re: JBOSS7 mod_cluster doesn't workerasmomarciano Aug 8, 2012 10:47 AM (in response to jfclere)HI I have already this step I configured Apache as following: - I have copied this module (mod_cluster-1.1.3.Final-linux2-x86-so.tar.gz) in /home/mino/Scrivania/jboss7/apache/modules
- I add this module in httdp.conf
 LoadModule slotmem_module modules/mod_slotmem.so LoadModule manager_module modules/mod_manager.so LoadModule proxy_cluster_module modules/mod_proxy_cluster.so LoadModule advertise_module modules/mod_advertise.so I expected to invoke my application trough Apache, but it doesn't work.....do u know where I'm wrong??? Where I can do an check? 
- 
        5. Re: JBOSS7 mod_cluster doesn't workjfclere Aug 8, 2012 11:56 AM (in response to erasmomarciano)mod_cluster-1.1.3.Final-linux2-x86-so.tar.gz != 1.2.0 
- 
        6. Re: JBOSS7 mod_cluster doesn't workerasmomarciano Aug 8, 2012 2:00 PM (in response to jfclere)Sorry I don't understand I have installed tha jboss 7.1 and it works I have installed the apache 2.2 and it works But when I invoke the my webbapp from apache it don't work I used the mod_jk or mod_proxy and I haven't problem Can you help me? 
- 
        7. Re: JBOSS7 mod_cluster doesn't workjfclere Aug 8, 2012 2:20 PM (in response to erasmomarciano)Please install 1.2.0 libraries I never tested 1.1.3 with AS7. 
- 
        8. Re: JBOSS7 mod_cluster doesn't workerasmomarciano Aug 8, 2012 3:05 PM (in response to jfclere)Hi I have downloaded this libs http://www.jboss.org/mod_cluster/downloads/1-2-0-Final But I don't found the libs for apache 
- 
        9. Re: JBOSS7 mod_cluster doesn't workjfclere Aug 8, 2012 3:10 PM (in response to erasmomarciano)dynamic libraries plaform arch you don't find the ones for your plaform/arch? 
- 
        10. Re: JBOSS7 mod_cluster doesn't workerasmomarciano Aug 9, 2012 5:33 AM (in response to jfclere)linux mino-giralatina 2.6.35-32-generic #67-Ubuntu SMP Mon Mar 5 19:35:26 UTC 2012 i686 GNU/Linux 
- 
        11. Re: JBOSS7 mod_cluster doesn't workerasmomarciano Aug 9, 2012 6:02 AM (in response to jfclere)HI I downloaded this tar mod_cluster-1.2.0.Final-linux2-x86-ssl Apache it works but this configuration doesn't work # <IfModule ssl_module> SSLRandomSeed startup builtin SSLRandomSeed connect builtin </IfModule> # MOD_CLUSTER_ADDS # Adjust to you hostname and subnet. <IfModule manager_module> ManagerBalancerName main-server-group <VirtualHost *:6666> KeepAliveTimeout 300 MaxKeepAliveRequests 0 #ServerAdvertise on http://@IP@:6666 AdvertiseFrequency 5 #AdvertiseSecurityKey secret #AdvertiseGroup @ADVIP@:23364 EnableMCPMReceive <Location /mod_cluster_manager> SetHandler mod_cluster-manager Order deny,allow Allow from all </Location> </VirtualHost> </IfModule> N:B this name main-server-group mach with Console JBOSS server-one main-server-group server-three other-server-group server-two main-server-group I'm crazy 
 
     
    