From: | Nookala Satish Kumar <javasatish(at)yahoo(dot)com> |
---|---|
To: | Frederick Klauschen <fklauschen(at)yahoo(dot)com>, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: servlets and JDBC (postgresql 7.2) |
Date: | 2002-06-24 15:40:45 |
Message-ID: | 20020624154045.62155.qmail@web12301.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
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(at)yahoo(dot)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
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>
>
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2002-06-24 16:42:38 | Re: How can I stop a long running query |
Previous Message | Dave Cramer | 2002-06-24 09:53:56 | Re: Interrupt execution |