In my web.xml: ... <res-ref-name>jdbc/mySQLDatabase</res-ref-name>
Does this looks correct? From the exception message, which class name is it looking for?
It looks like I have the same stuff that you do. This is my entire <resource-ref> element in web.xml:
<resource-ref>
<description>DataSource for [the] application</description>
<res-ref-name>jdbc/[ref-name]</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>(Note that I'm using Tomcat 4.1.30)
-chris
signature.asc
Description: OpenPGP digital signature
