Re: How to Install PostgerSQL_Driver ( in tomcat ) ? - Mailing list pgsql-jdbc

From Guillaume Cottenceau
Subject Re: How to Install PostgerSQL_Driver ( in tomcat ) ?
Date
Msg-id 87sl17bcfz.fsf@messaging.mobileway.com
Whole thread Raw
In response to How to Install PostgerSQL_Driver ( in tomcat ) ?  (Moien <moin_e@yahoo.com>)
List pgsql-jdbc
Moien <moin_e 'at' yahoo.com> writes:

> I Tried to  :
> 1. add a classpath=add/postgresql-8.2-507.jdbc3.jar; to env-variables
> 2. add the jar file to jre/lib/ext
> 3. add the jar file to myWebApp/WEB-INF/lib
> 4. add the jar file to tomcat/lib
>
> but non of them works !
>
> would you please help me(I'm a java beginner!)

This is not a JDBC related issue, you should ask that to the
tomcat lists - but normally, you can either put the JAR in
tomcat/shared/lib so that it's visible, shared and used by all
your web applications, or inside the WEB-INF/lib directory of the
docbase of your application(s) so that it's loaded only for your
application(s).

--
Guillaume Cottenceau, MNC Mobile News Channel SA, an Alcatel-Lucent Company
Av. de la Gare 10, 1003 Lausanne, Switzerland - direct +41 21 317 50 36

pgsql-jdbc by date:

Previous
From: Moien
Date:
Subject: How to Install PostgerSQL_Driver ( in tomcat ) ?
Next
From: Daniel Migowski
Date:
Subject: Re: How to Install PostgerSQL_Driver ( in tomcat ) ?