Sterling wrote:

> H-
>
> Can anyone point me in the direction of a postgres driver so I can hook
> up JSP to work with my postgres database?
> I checked the Postgres website and it's down. 8^(
>

I got my driver by downloading the Postgres source distribution from
<http://www.postgresql.org>.  It's in the "src/interfaces/jdbc" directory,
including a makefile to build it (postgresql.jar).

>
> I'm getting
> javax.servlet.ServletException: Unable to load class postgresql.Driver
> errors when I attempt it.
>

NOTE:  For Postgres 7.0.3 the driver name changed to org.postgresql.Driver.

>
> I believe that's the problem.
>
> Thanks for any information anyone can provide.
> Thanks.
> -Sterling

Craig McClanahan


Reply via email to