[JDBC] No suitable driver

2001-06-15 Thread Peter Mezzina
I have Tomcat 3.2.1 and Postgres 7.0.3 running well in Solaris and I have installed the JDBC driver, jdbc7.0-1.2.jar, in both the /lib and a second directory off of the tomcat tree. With the jar file in the classpath the driver works fine from an application but produces the error "No suitable

RE: [JDBC] No suitable driver

2001-06-15 Thread Skidmore, Walt
Title: RE: [JDBC] No suitable driver Try passing the driver in the command line, like this: java -Djdbc.drivers=org.postgresql.Driver ... -Original Message- From: Peter Mezzina [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 2:58 PM To: [EMAIL PROTECTED] Subject: [JDBC] No sui