JDBC Pool exhaustion
- From: Mikolaj Rydzewski <miki (at) ceti.pl>
- Date: Thu, 12 Oct 2006 15:31:10 +0200
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
--
Mikolaj Rydzewski <miki (at) ceti.pl>
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
- References:
- JDBC Pool exhaustion
- From: "DE VINZELLES, Guillaume \(ext.\)" <Guillaume.DEVINZELLES.prestataire (at) neufcegetel.fr>
- JDBC Pool exhaustion
- From: Christopher Schultz <chris (at) christopherschultz.net>