views:

18

answers:

1

When using Tomcat with MySQL, what is the relationship between poolPreparedStatements setting in Tomcat DataSource configuration (I believe coming from DBCP) and Connector/J cachePrepStmts setting? What's the optimal configuration?

A: 

Not sure if this will help, but have a look at the accepted answer of this question.

mindas