I have tried searching the net, but to no avail. I have 2 questions in mind while implementing for my project..
1.To cater to more concurrent users (~300), does more Tomcat servers help in reducing the response time?
2.The difference in response time for sticky session and session replication when I load test with 50 concurrent users are quite obvious. Why is the difference in response time between sticky session and session replication become so marginal or negligible when I load test with much more concurrent users, say, 300?
Thanks for helping me answer the queries.. Greatly appreciated!