How do I make multiple tomcats on different servers sharing sessions? I have a balancer sitting in front of 2 tomcat on two different servers, so when user starts a session, it's only associated with one of the tomcats. He might or might not get the session in the next request.
Asked
Active
Viewed 356 times
1 Answers
0
i think you can tell it to do sticky sessions, so the LB keeps requests from a client on one app server...
edit --

Community
- 1
- 1

hvgotcodes
- 118,147
- 33
- 203
- 236