tomcat-dbcp与commons-dbcp有啥区别?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat-dbcp与commons-dbcp有啥区别?相关的知识,希望对你有一定的参考价值。

请问tomcat-dbcp与commons-dbcp有什么区别?
是不是配置文件不一样?

参考技术A The default database connection pool implementation in Apache Tomcat relies on the libraries from the Apache Commons project. The following libraries are used:
Commons DBCP
Commons Pool
These libraries are located in a single JAR at $CATALINA_HOME/lib/tomcat-dbcp.jar. However, only the classes needed for connection pooling have been included, and the packages have been renamed to avoid interfering with applications.
以上是tomcat7.x的帮助文档,大意是tomcat-dbcp.jar包含了commons-dbcp和Commons Pool的内容,当然也只仅仅包含了需要数据库连接的部分,而不是全部本回答被提问者采纳

以上是关于tomcat-dbcp与commons-dbcp有啥区别?的主要内容,如果未能解决你的问题,请参考以下文章

tomcat-dbcp数据库连接池配置以及使用时候的一些坑

jar包下载步骤 commons-DBCP

commons-dbcp.jar,commons-pool.jar 在spring4的哪个包

准备dbcp2-2.1.1和pool2-2.4.2 commons-dbcp-1.4jar包

spring整合hibernate时出错(已经导入commons-dbcp2-2.1.1.jar和commons-pool2-2.1.jar)

《数据源与Spring》第一篇