I had that error too.

In my case it had to do with how I configured web.xml and server.xml.

I was able to get the example from the docs working but when switching to
/root context got mixed up.

You aren't using the root context are you?

In any case, I would double check again server.xml and web.xml and compare
them to the examples.  That's where my driver class 'null' problem arose.

Shawn


----- Original Message -----
From: "David Durst" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 6:43 PM
Subject: Re: Cannot load JDBC driver class 'null'


> > I have experience that before, but that was my fault rather than tomcat.
> > I put the source jar instead of the driver binary. Other than that  DBCP
> >  worked as described in the tomcat documents. Cannot load JDBC driver
> > class null usually means that it couldn't find the jdbc driver that you
> > specified in the server.xml .
>
> that is strange cause I have it in
> $CATALINA_HOME/common/lib
>
> And it is exactly the same class that I used when I was using JDBC
non-jndi.
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


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

Reply via email to