https://bz.apache.org/bugzilla/show_bug.cgi?id=64106
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Mark Thomas <[email protected]> --- You are mixing up tomcat-jdbc and tomcat-dbcp. Tomcat JDBC is Tomcat's "home grown" database connection pooling and does not use poolPreparedStatements Tomcat DBCP is Tomcat's package renamed fork of Apache Commons DBCP 2. Tomcat DBCP is used by default. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
