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 simpl
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 hibernat
our webapp, it should easily see the driver jar
file. If it's in another webapp, it won't.
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, Ch
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