Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does TOMCAT provide JDBC Connection Pooling ?

connection JDBC pooling Tomcat
0
0 Posted

Does TOMCAT provide JDBC Connection Pooling ?

0
0

Location: http://www.jguru.com/faq/view.jsp?EID=415490 Created: May 4, 2001 Modified: 2001-07-16 15:05:15.13 Author: Nicola Ken Barozzi (http://www.jguru.com/guru/viewbio.jsp?EID=39153) Question originally posed by venu gopalan (http://www.jguru.com/guru/viewbio.jsp?EID=394235 No. Tomcat (talking about version 3.x.x) is the reference implementation of the webapp part of J2EE (ie, no EJB). In this spec connection pooling is not contemplated. You can however use pooling by using the JDBC 2.0 optional package instead of JDBC 2.0 directly. For additional info see the JGuru JDBC FAQ Forum and see How do I access a database from my servlet? in the Servlets FAQ. [Also, http://www.javaexchange.com hosts a fine implementation of a JDBC Connection Pool.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123