: Thursday, February 02, 2006 6:06 AM
To: Tomcat Users List
Subject: Re: tomcat + postgres
Thanks Tim, I have yet to post an intelligent question.
You answered my real question though.
Just for good measure I'll mention the book was O'Reilly's Java
Enterprise Best Prac
Thanks Tim, I have yet to post an intelligent question.
You answered my real question though.
Just for good measure I'll mention the book was O'Reilly's Java
Enterprise Best Practices... ah and the _interface_ was
javax.sql.ConnnectionPoolDataSource . Yeah, weird in the example they
actually in
Without knowing what book you refer to, and what class or interface
ConnectionPoolDataSource represents, it is difficult to know for sure.
DataSource (javax.sql.DataSource) is an Interface, not a class. Objects
returned from tomcat are sure to implement this interface, and are pooled
behind the