作为我的Web应用程序的一部分,我想在Apache Tomcat6 Web-Server托管环境中使用Hibernate实现Jdbc连接池机制。任何机构都可以建议我如何实施它?我在Tomcat6服务器上使用struts-hibernate。
高度赞赏任何建议。
答案 0 :(得分:0)
以下是google for“tomcat 6 connection pool”时的第一个结果页面:http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html。它解释了如何在tomcat 6中设置和配置连接池,以及如何从应用程序访问它。
这是Hibernate文档的一部分,它解释了如何配置它以从tomcat等应用服务器的JNDI数据源获取连接:http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html_single/#configuration-hibernatejdbc