Top "Apache-commons-dbcp" questions

Apache-commons-dbcp provides an efficient implementation of the Database Connection Pool under the Apache license.

Why does JNDI return a DataSource with a NULL uri instead of a lookup failure?

I looked for a similar question, but only found similar ones such as Godaddy JNDI Problem---Cannot create JDBC driver of …

java tomcat jdbc jndi apache-commons-dbcp
Tomcat: see what threads are using the database connection pool

Tomcat has a database connection pool (DBCP) to make requests faster. In my app, too many connections are being used …

tomcat monitoring apache-commons-dbcp