Re: Seeking the right solution to java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

2009-07-23 Thread Bob Marcum
Whahoo! Following its_toasted's recipes I have successfully implemented, successively, both Tomcat managed Database pooling and Hibernate Managed Database pooling. I did have a couple of issues to fix when implementing Hibernate managed pooling: 1) Order of entries into the xml. I first

Seeking the right solution to java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

2009-07-20 Thread Bob Marcum
I have been experiencing java.lang.ClassNotFoundException: com.mysql.jdbc.Driver when attempting to run my webapp under tomcat 6.0.18. I have run my application successfully before under prior versions of Tomcat. I have found and implemented a solution that works, but I believe it is a wrong

Re: Seeking the right solution to java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

2009-07-20 Thread Bob Marcum
. The hibernate3.jar is in WEB-INF/lib, so based on the comments by both of you the application should see it, but it doesn't. See below. --David Caldarale, Charles R wrote: From: Bob Marcum [mailto:bmar...@bcscomputers.com] Subject: Seeking the right solution to java.lang.ClassNotFoundException

Re: Seeking the right solution to java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

2009-07-20 Thread Bob Marcum
Thank you all for your help. Caldarale, Charles R wrote: From: Bob Marcum [mailto:bmar...@bcscomputers.com] Subject: Re: Seeking the right solution to java.lang.ClassNotFoundException: com.mysql.jdbc.Driver I did a find scan of my system, looking for other copies of both hibernate3.jar