We are using SmartClient 7.0rc3 Power Edition.
Have a scenario where we have 2 servers doing loadbalance, and when the user connects to server1 we make it sticky and all requests goes to that server.
But when server1 goes down, the loadbalancer redirects the following requests to server2.
Is there anyway we can capture the status code on Messaging servlet, if it's not 200, to reload the page so the user is connected to server2.
Please let us know is there any better solution.
Thanks.
Have a scenario where we have 2 servers doing loadbalance, and when the user connects to server1 we make it sticky and all requests goes to that server.
But when server1 goes down, the loadbalancer redirects the following requests to server2.
Is there anyway we can capture the status code on Messaging servlet, if it's not 200, to reload the page so the user is connected to server2.
Please let us know is there any better solution.
Thanks.
Comment