The most import tuning point of Tomcat is connection pool, because most service failures come between WAS and DBMS. Furthermore, tuning connection pool has the biggest impact on increasing WAS throughput. Tomcat has changed it's connection pool implementation from Apache DBCP to internal connection pool. (From Tomcat 7 both options are available) You can check … Continue reading Tuning Connection Pool for production system