Re: Load Balancer webapp Rules

2004-07-02 Thread Peter Rossbach
hey, Read the following cluster articles: http://www.onjava.com/pub/a/onjava/2004/03/31/clustering.html http://www.onjava.com/pub/a/onjava/2004/04/14/clustering.html regards peter Smith, Peter schrieb: Hi, I need to implement a basic round robin balancer rule that redirects requests sequentially

Load Balancer webapp Rules

2004-07-01 Thread Smith, Peter
Hi, I need to implement a basic round robin balancer rule that redirects requests sequentially from one tomcat instance to the next as they are recieved (ie: in a three server config. req1=server1, req2=server2, req3=server3, req4=server1, req5=server2 etc). No session information needs to be