Since Tomcat was recently discussed in this mailing list against Websphere and Weblogic and has received good reviews,I have decided to use it in a large scale project.I do have 2 questions though on how to handle load balancing on Tomcat.
1. Can we configure 3 tomcat servers to work simultaneously on 3 different machines to reduce load on one of them or any other way for this matter?
2. I do know Tomcat is a web server and I don't need any additional application server since my application uses Spring/JPA,but to get a better performance from tomcat would it be right to have another web server (like Apache web server) installed on different machine to work with tomcat?
If anyone could give me any information on how to get a better performance with correctly tuning tomcat, I would really appreciate it.