While planning / designing to build a web app that must scale to 2000 concurrent users, distributed across 5 Tomcat nodes in a cluster, Apache at the front of course and the ability to serve 20 concurrent requests per seconds during business hours, with a page response time of 5 seconds, how would we go about the ask ? What Apache / Tomcat / System (CPU/JVM) parameters should be considered for this design ?
Thank You, Yogesh