Re: tomcat + postgres

2006-02-02 Thread Matthew Whisenhunt
the returned object to be a javax.sql.DataSource (from the initial context, lookup, etc.) Tim -Original Message- From: Matthew Whisenhunt [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 4:06 PM To: users@tomcat.apache.org Subject: tomcat + postgres I followed the howto about

RE: tomcat + postgres

2006-02-02 Thread Tim Lucia
, 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 Practices... ah and the _interface_

tomcat + postgres

2006-02-01 Thread Matthew Whisenhunt
I followed the howto about connection pooling at http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html and I had following question: Do I use the DataSource class like in the example or the ConnectionPoolDataSource class (like it says to do in my book)? Any insights

RE: tomcat + postgres

2006-02-01 Thread Tim Lucia
to be a javax.sql.DataSource (from the initial context, lookup, etc.) Tim -Original Message- From: Matthew Whisenhunt [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 4:06 PM To: users@tomcat.apache.org Subject: tomcat + postgres I followed the howto about connection pooling at http