terracha
journeyman
Joined: 09/14/2012 09:12:06
Messages: 32
Offline
|
Hi,
I posted on a thread in the past where I thought I had this figured out:
https://forums.terracotta.org/forums/posts/list/9118.page
My issue is that I don't believe this works if you have more than one web server. Let's pretend we have web server #1 called w1 with 2 tomcat instances t1 and t 2 and web server #2 called w2 with t3 and t4, I'm not sure how a session could fail-over if a request originally comes to w1 but subsequently goes to w2.
Is the only way this would work is that a request from a source IP would always go to the same web sever?
We would like to use load balancing with least connection but we seemingly can't do this right now as we can't fail-over a session from w1 to w2 unless a request always come to the same web server.
Any suggestions?
Thanks!
|