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

2011-04-21 Thread dunnlow
Thanks Filip. So this is not part of the standard Tomcat distribution? Sorry, I don't really understand Apache I guess. I see this code is under the people.apache.org user fhanik. It looks like it has been around for two years. But, at the risk of sounding ungrateful, is this code to be

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

2011-04-21 Thread dunnlow
Barry, I've read the the oracle.jdbc.driver.OracleDriver is depricated (I tried it anyway though with no luck). I think I know the error to which you refer having the jar in both places (creates different classes), but that isn't it either. Filip pointed me to

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

2011-04-20 Thread Propes, Barry L
Dunlow, I have this in mine (driver attribute) driverClassName=oracle.jdbc.driver.OracleDriver But also, it could be that you've got the oracle jdbc jar file in more than one directory. That happened to me and I was getting very unstable error messages I could not account for, and it was

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

2011-04-20 Thread Filip Hanik - Dev Lists
download tomcat-jdbc.jar from http://people.apache.org/~fhanik/jdbc-pool/ 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