For load balancing, we wish to implement a ‘farm’, a cluster manager with at least two nodes. We want a user to be required to login only once to WebI. If his login routes initially through the cluster manager, he gets through as we would want, with his userid/password passed through from our application. But if his login initially is routed to a node by the load balancing switch (RADWARE), will the request be automatically sent over to the cluster manager?
If I follow your question (the radware part confuses me), your answer is one login… CORBA handles the switching between nodes, and you can do this many times in a session
Brent
For load balancing, we wish to implement a ‘farm’, a cluster manager with at least two nodes. We want a user to be required to login only once to WebI. If his login routes initially through the cluster manager,
he gets through as we would want, with his userid/password passed through from our application. But if his login initially is routed to a
node by the load balancing switch (RADWARE), will the request be automatically sent over to the cluster manager?