Hi All
I would like to setup a tomcat Load Balancer to manage several form based authentication PAS instances.
If one of those PAS instances fail will the remaining PAS instances handle my request successfully?
I.e. will LB replicate the Http sessions to all the PAS instances.
Reading about Tomcat this appears possible and I understand about sticky sessions but if my client is stuck to the PAS instance that has gone down that client is going to receive a 500 error.
Thanks Christian.