Top "Jdbc-pool" questions

JDBC pool is a pool of JDBC connections to a common data source.

ClassNotFoundException when upgraded to Tomcat 8

I recently upgraded my NetBeans IDE from v7.3 to v8 and all of a sudden my application throws an exception …

java tomcat netbeans jdbc-pool
attempt to reconnect jdbc pool datasource after database restarts

I have a web-app with a Java back-end that uses Tomcat jdbc-pool for database connections. This works fine. However I …

java tomcat datasource jdbc-pool
Is "Tomcat 7 JDBC Connection Pool" good enough for production? And how is it compare to BoneCP?

Our site get roughly 1M pv/day, and we use Tomcat for sure. I couldn't find much information about jdbc-pool, …

java connection-pooling bonecp jdbc-pool hikaricp
Tomcat error: java.sql.SQLException: No suitable driver found for jdbc:sqlserver://

I have a terrible problem with Tomcat, well terrible because of this problem I've thrown away the project for more …

java tomcat apache-commons-dbcp jdbc-pool
JDBC Connection Pooling error

I am trying to pool a jdbc mysql connection using Tomcat,in order to do this I am following this …

java mysql tomcat jdbc jdbc-pool