[EMAIL PROTECTED] wrote: > I'm trying to setup mod_proxy_balancer on a server and I couldn't get the > "Sticky Session" working , this is my configuration:
> <Proxy balancer://appcluster> > > BalancerMember http://10.1.1.100:8080 > > BalancerMember http://10.1.1.101:8080 > > BalancerMember http://10.1.1.102:8080 > > BalancerMember http://10.1.1.103:8080 > > BalancerMember http://10.1.1.104:8080 > > </Proxy> > Please, I would need to know if there is something wrong or missing on > my configuration and if you need something else for the httpd.conf > file, let me know. <Proxy balancer://appcluster> BalancerMember http://10.1.1.100:8080 route=node1 BalancerMember http://10.1.1.101:8080 route=node2 BalancerMember http://10.1.1.102:8080 route=node3 BalancerMember http://10.1.1.103:8080 route=node4 BalancerMember http://10.1.1.104:8080 route=node5 </Proxy> and add the jvmRoute="node1" etc. to tomcat's server.xml Regards, Peter --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]