Re: [JDBC] How to Install PostgerSQL_Driver ( in tomcat ) ?
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
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
Received on Wed Jan 9 04:02:59 2008
This archive was generated by hypermail 2.1.8
: Wed Jun 18 2008 - 23:42:23 EDT
|