Link to home
Start Free TrialLog in
Avatar of vanfleet
vanfleet

asked on

JDBC, Postgres, and Tomcat4


Could someone give me directions on how to setup the JDBC driver for PostgreSQL for Tomcat4. When I set this up for Tomcat 3.2.1 I just added the jdbc driver to my CLASSPATH (/usr/share/pgsql/jdbc7.1-1.1.jar) That dosen't seem to work in Tomcat4. Any help would be appreciated.

Thanks,

dv
ASKER CERTIFIED SOLUTION
Avatar of Ovi
Ovi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of girionis
 ... or you could also put it under <tomcat home>/common/lib if it's going to be used by other web applications as well.
What do you guys think of all this (i don't mean your solutions so much as library dispersal caused by Java dependants such as Tomcat) going much against the grain of the library extensions mechanism in Java? How do you think this could be improved?
Avatar of vanfleet
vanfleet

ASKER

Thanks that was exactly what I needed.

dv