Tomcat - Spring Framework - MySQL, Load balancing design
Posted
by
Mat Banik
on Server Fault
See other posts from Server Fault
or by Mat Banik
Published on 2011-11-11T18:56:57Z
Indexed on
2011/11/13
9:55 UTC
Read the original article
Hit count: 470
Lets say I have Spring Framework App that is running on Tomcat and uses MySQL database:
What would be the best solution in this instance that would allow for sociability (price/performance/integration time)?
More precisely: What would be on the Web Load balancer box, and who should be the tomcat web server clustered? What would be on the Database Load balancer box and how should be the database servers clustered? And if at all possible specific technical integration links would be of great help.
© Server Fault or respective owner