Re: [users@httpd] Customized Stickiness

2012-09-24 Thread sol myr
Message - From: Daniel Ruggeri To: users@httpd.apache.org Cc: Sent: Thursday, September 13, 2012 1:41 AM Subject: Re: [users@httpd] Customized Stickiness On 9/12/2012 9:14 AM, sol myr wrote: > Now we'd like the load-balancer to make sure all requests from the same city > - go to th

Re: [users@httpd] Customized Stickiness

2012-09-12 Thread Daniel Ruggeri
On 9/12/2012 9:14 AM, sol myr wrote: > Now we'd like the load-balancer to make sure all requests from the same city > - go to the same Tomcat. > E.g: > - All requests from NY (namely with cookie "city=NY" go to the same Tomcat > - All requests from Paris (namely with cookie "city=Paris" go to the

[users@httpd] Customized Stickiness

2012-09-12 Thread sol myr
Hi, We're using Apache2.2. as a load-balancer, in front of some Tomcats. Our Tomcats has some logic that calculates user's CITY of residence, and sends a corresponding cookie to the browser. E.g: - all HTTP requests from a New Yorker browser carry the cookie: "city=NY" - all HTTP requests from