Re: distribution

2006-01-08 Thread Zohar Amir
Sunday, January 08, 2006 5:55 PM Subject: RE: distribution Zohar, Not exactly clear on your requirements. Do you care which backend server the client is initially redirected to? If not, then you can use a load balancer that supports "session affinity". It will use a load-balancing

RE: distribution

2006-01-08 Thread Richard Mixon
Zohar, Not exactly clear on your requirements. Do you care which backend server the client is initially redirected to? If not, then you can use a load balancer that supports "session affinity". It will use a load-balancing algorithm to initially decide which back-end server to forward a particula

Re: distribution

2006-01-08 Thread Len Popp
On 1/8/06, Zohar Amir <[EMAIL PROTECTED]> wrote: > Hello, > I've used tomcat to run some naive servlets, and now I need to do something > more complicated. I need to be able to distribute my service. Clients > connect to a tomcat server and their requests are forwarded to a backend > server. I need