In-Reply-To:
<20020624154045.62155.qmail@web12301.mail.yahoo.com>
Satish--
I have my driver (jdbc7.1-1.2.jar) in TOMCAT-HOME/lib/.
Things seem to be working OK.
Can you tell me what's supposed to be the difference
between common/lib and lib?
Thanks,
--John Hicks
--- Nookala Satish Kumar <javasatish@yahoo.com>wrote:
Hi Frederick,
Copy the postgresql JDBC driver "postgresql.jar" file
to the TOMCAT-HOME/common/lib directory. Restart your
tomcat server. That's it.
Regards,
Satish.
--- Frederick Klauschen <fklauschen@yahoo.com> wrote:
> I would like to establish a postgresql database
> connection from within a Java Servlet, using
> the Apache Tomcat server.
> Unfortunately, I get the error: "No suitable driver
> found"
> When trying to connect a Java application to the
> same database (same settings (same classpath)),
> everything works fine.
> Is there something special about JDBC and servlets,
> that might have caused this error?
>
> Thanks,
> Frederick
>