且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Java,MySQL和Tomcat 6中使用连接池

更新时间:2023-01-12 12:59:35

您应该阅读 Tomcat 6 JNDI文档。查找 JDBC数据源部分,它将告诉您所有有关与Tomcat池化连接所需的知识。

You should read the Tomcat 6 JNDI document. Look for the "JDBC Data Sources" section and it will tell you everything you need to know about pooling connections with Tomcat.