Re: servlets and JDBC (postgresql 7.2) - Mailing list pgsql-jdbc

From John Hicks
Subject Re: servlets and JDBC (postgresql 7.2)
Date
Msg-id 200206250624.g5P6OFL07254@localhost.localdomain
Whole thread Raw
In response to servlets and JDBC (postgresql 7.2)  (Frederick Klauschen <fklauschen@yahoo.com>)
Responses Re: servlets and JDBC (postgresql 7.2)
Re: servlets and JDBC (postgresql 7.2)
List pgsql-jdbc
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
>



pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Timestamp
Next
From: tony
Date:
Subject: Re: servlets and JDBC (postgresql 7.2)