The Java load balancer should essentially work on all the platforms that have a JVM available. It has been tested on Windows (NT & 2000), Linux (i386) and Solaris.
Thanks for offering to build this feature but I think that
you may already
have it sort of. Your LB algorithm selects a server to
assign the browser
session to. What I want to do it make sure that no new
sessions are started
with a server in the cluster so I can phase it out. Here
is the procedure I
would like to follow.
1) Have two servers running in the cluster running.
2...