Re: Why can't Tomcat find class org.apache.tomcat.jdbc.pool DataSourceFactory?

2011-04-21 Thread dunnlow
Filip On 4/20/2011 7:38 AM, dunnlow wrote: So, I'm investigating moving away from an oracleconnectionpool and using the tomcat connection pool. I followed the myriad of examples for configuring the Resource in the server.xml. Found great info here (http://people.apache.org/~fhanik

RE: Why can't Tomcat find class org.apache.tomcat.jdbc.pool DataSourceFactory?

2011-04-21 Thread dunnlow
. series. Try that and let us know. -Original Message- From: dunnlow [mailto:dunn...@yahoo.com] Sent: Wednesday, April 20, 2011 8:38 AM To: users@tomcat.apache.org Subject: Why can't Tomcat find class org.apache.tomcat.jdbc.pool DataSourceFactory? So, I'm investigating moving away

How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread dunnlow
Hi, (This questions spun off of my old question http://old.nabble.com/Why-can%27t-Tomcat-find-class-org.apache.tomcat.jdbc.pool-DataSourceFactory--td31441243.html). The jar tomcat-jdbc.jar (from http://people.apache.org/~fhanik/jdbc-pool/) seems to be what I need. HOWEVER, I am concerned

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread dunnlow
yes (ojdbc6.jar to be exact) Propes, Barry L wrote: Dunlow, do you also have the oracle jar? ojdbc14_g.jar? -Original Message- From: dunnlow [mailto:dunn...@yahoo.com] Sent: Thursday, April 21, 2011 10:20 AM To: users@tomcat.apache.org Subject: How safe is using Tomcat

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread dunnlow
Yes, it's the thin client for jdk 1.6 Propes, Barry L wrote: Is that more current than the 14_g version? -Original Message- From: dunnlow [mailto:dunn...@yahoo.com] Sent: Thursday, April 21, 2011 11:56 AM To: users@tomcat.apache.org Subject: RE: How safe is using Tomcat

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread dunnlow
wrote: And you've been able to use it so far, and are trying to get away from it to the tomcat jdbc one? -Original Message- From: dunnlow [mailto:dunn...@yahoo.com] Sent: Thursday, April 21, 2011 12:44 PM To: users@tomcat.apache.org Subject: RE: How safe is using Tomcat code

Why can't Tomcat find class org.apache.tomcat.jdbc.pool DataSourceFactory?

2011-04-20 Thread dunnlow
So, I'm investigating moving away from an oracleconnectionpool and using the tomcat connection pool. I followed the myriad of examples for configuring the Resource in the server.xml. Found great info here (http://people.apache.org/~fhanik/tomcat/jdbc-pool.html) However, when I start tomcat, I