Error:
When I set up the Load balancer to do round robin requests from node 1 and node 2, I can't log into the application:
https://eval.adeptia.com/adeptia/control/login.jsp
However, if we turn off the one of the servers in the round robin then I can log in.
How do we load balance the servers so that request can go to either node 1 or node 2, getting all the requests.
Cause:
The sessions created by the login is not persisted through the load balancer, so Adeptia does not know you have already logged in.
Solution:
Enable sticky sessions (session persistence) on the load balancer.
Comments
0 comments
Article is closed for comments.