Tomcat & JDBC

From: Tony Nakamura <tony(at)uickarate(dot)com>
To: pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Tomcat & JDBC
Date: 2000-11-22 00:22:12
Message-ID: 3A1B11B4.1FA5AC73@uickarate.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Thanks everyone for the help on JDBC. I finally got JDBC to work.
....of course, I am facing an another one. So please help me if you could.
Thanks in advance.

My DB connection works perfectly when I am writing an application, but
it gives the ClassNotFoundException error when I write a servlet. I am
pretty
sure it's the setting for tomcat that I am using. I have set following in
the tomcat.properties
file:

wrapper.bin.parameters=-Djdbc.drivers=org.postgresql.Driver
wrapper.classpath=/usr/local/lib/postgresql.jar

I am also setting the CLASSPATH environmental variable, so
I've tried wrapper.bin.parameter=NONE and didn't work.

Tony

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Greg Speegle 2000-11-22 00:44:04 Re: Tomcat & JDBC
Previous Message David Coley 2000-11-21 22:20:57 RE: Create tables using Perl DBI