Re: Commercial Support?

2006-02-03 Thread Matthew Whisenhunt
Kirt, http://mokisystems.com -Matt Kirt Dankmyer wrote: Okay, I know that Tomcat is your basic open-source product, and that excellent support already comes from the community. But as I am sure some of you know, that's a tough sell to corporate execs sometimes. So, if you were going to

Re: Commercial Support?

2006-02-03 Thread Matthew Whisenhunt
Call them up, ask for James. Kirt Dankmyer wrote: They offer Tomcat support? I find no mention of it on their website... On 2/3/06, Matthew Whisenhunt [EMAIL PROTECTED] wrote: Kirt, http://mokisystems.com -Matt Kirt Dankmyer wrote: Okay, I know that Tomcat is your basic open

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

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