使用Tomcat JDBC Pool作为Hibernate连接池

时间:2015-06-12 11:42:38

标签: java hibernate connection-pooling tomcat-jdbc

在基于hibernate构建的独立应用程序中,我喜欢使用Tomcat JDBC Connection Pool

我的猜测是我需要在hibernate.cfg.xml中添加一些配置。

有人可以指导我如何配置hibernate以使用“Tomcat JDBC连接池”作为连接池。

1 个答案:

答案 0 :(得分:1)

hibernate.cfg.xml配置文件中,您需要设置以下属性:

hibernate.connection.datasource=java:/comp/env/jdbc/TestDB

假设这是Tomcat CP的{JIDI} DataSource