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

2011-04-21 Thread dunnlow
Propes, Barry L 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

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.apach

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.apa

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 tha

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

2011-04-21 Thread dunnlow
s. > > Earlier Tomcat versions were more forgiving, but not the 6.0. 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: Wh

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

2011-04-21 Thread dunnlow
and put it in your lib directory > 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 >&g

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 ge