- 
        1. Re: How/where to set 'maxAttempts' ?jfclere Aug 30, 2011 2:25 AM (in response to nichele)you can't do that using proxy_balancer only mod_cluster allows that. It must be configurated in the jboss side. 
- 
        2. Re: How/where to set 'maxAttempts' ?nichele Aug 30, 2011 3:32 AM (in response to jfclere)Hi Jean-Frederic, at the end i have found i can set maxAttemps in server.xml file (since i'm using tomcat) as Listener property. "Maxtry" in the cluster-manager interface reflects that value, but i'm not sure about the meaning ....is it the maxAttempts property describe in page 62 - sect. 14.2 Balancer ? On the doc the default value should be 3 but to me was set to 1....am i missing anything ? I'm also a bit surprise to have to set that value "worker" side since to me is a "proxy" property more than a "worker" property (in other words, in this way i can set that property to different values - since i have different workers - and it seeems at the end, the used one is the lastest comunicated by the lastest worker. Thanks and sorry if the message is not so clear... ste 
- 
        3. Re: How/where to set 'maxAttempts' ?jfclere Aug 30, 2011 5:12 AM (in response to nichele)"Maxtry" in the cluster-manager is maxAttempts and the default value is 1. I have ajust code and docs to prevent confusion. mod_cluster idea is to configure most things on the workers side to allow dynamic configurations. 
 
    