Re: How to Install PostgerSQL_Driver ( in tomcat ) ?

Поиск
Список
Период
Сортировка
От Guillaume Cottenceau
Тема Re: How to Install PostgerSQL_Driver ( in tomcat ) ?
Дата
Msg-id 87sl17bcfz.fsf@messaging.mobileway.com
обсуждение исходный текст
Ответ на How to Install PostgerSQL_Driver ( in tomcat ) ?  (Moien <moin_e@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Moien
Дата:
Сообщение: How to Install PostgerSQL_Driver ( in tomcat ) ?
Следующее
От: Daniel Migowski
Дата:
Сообщение: Re: How to Install PostgerSQL_Driver ( in tomcat ) ?