Mukul Sood wrote:

> Hello All,
>
> I would like to know whether Tomcat supports database connection pooling.
> If not then do developers have to implement their own connection pool.
> Also can one use jdbc 2.0 data source with Tomcat.
> Would appreciate any info on these questions.
>
> Thanks in advance
>
> Mukul

Tomcat has no built-in support for database connection pooling.  However, since
a connection pool is just Java code, any connection pool you find will run under
it.  A place to start looking for more info would be the "JDBC Drivers" page at
<http://java.sun.com/products/jdbc>.

Craig McClanahan


Reply via email to