Under the covers, tomcat does use DBCP , but refractors the package name to avoid collisions with the real DBCP package.

--David

Mikolaj Rydzewski wrote:
Christopher Schultz wrote:
From your DataSource configuration, it looks like you are using the
Oracle driver directly. Does that have built-in pooling?
The original problem is solved, but I'm a little confused now.

Posted configuration was exactly the same like the examples on Tomcat website: http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html

They say, that this configuration uses connection pooling (jakarta dbcp).

But, reading the config for the second time I can not find any references to dbcp classes! Just DataSource interface and jdbc driver class name. So - does this configuration uses connection pooling (how could it be?) or are there wrong examples on Tomcat website?

I'd vote for the second option - DBCP wiki shows different configurations for Tomcat: http://wiki.apache.org/jakarta-commons/DBCP




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to