I got that same message myself many times.

Are you trying from the root context?

If so, you'll need 
  <resource-ref>
    <description>DB Connection</description>
    <res-ref-name>jdbc/root</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
  </resource-ref>
in web.xml

and 

<Context path="/root" docBase="root" 
        debug="5" reloadable="true" crossContext="true">
....

in server.xml

that's what worked for me anyway

Shawn


On Mon, 2002-12-30 at 16:22, Keith Pemberton wrote:
> Ok, first off sorry if this is a little vague and I can write more
> details later.  Anyway, I am new at this stuff with setting up the mysql
> driver to work with tomcat by setting a JNDI Datasource.  I followed the
> directions under that heading in the documentation from the Tomcat
> website for the mysql driver, but I keep getting a "Cannot load JDBC
> driver class 'null'" message when I try to create a connection using the
> driver.  I put the .jar file in the $TOMCAT/common/lib directory and
> restarted tomcat.  Anyone have any quick tips for me to try?  I can post
> my code later if yall need it; it's just late right now and I don't feel
> like cutting and pasting.  Anyway, thanks in advance!
> 
> Keith  
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
shawn <[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to