Re:

From: Jerome Alet <alet(at)unice(dot)fr>
To: Dileep Mathew <dileep_mathew(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re:
Date: 2000-04-14 10:37:24
Message-ID: Pine.LNX.3.96.1000414123325.23041A-100000@cortex.unice.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, 14 Apr 2000, Dileep Mathew wrote:

> >From servlets I am not able to connect to the database
> The error is coming
> Class not found Exception .
> I used - Class.forName("postgresql.Driver");
> My Servlet is running on Apache web server.Platform
> is Linux 6.1.
> Database is postgresql.
>
> But this same program is working as java application
> . I am able to connect to database without any
> exception.
> if you come across this problem
> .Please let me know

Ok, we had exactly the same problem.

you have to set your classpath correctly in jserv.properties

here's an excerpt from mine :

wrapper.classpath=/usr/lib/apache/1.3/ApacheJServ.jar
wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
wrapper.classpath=/usr/share/java/postgresql.jar

be careful: our installation is a Debian, and postgresql.jar was compiled
for jdk-1.1.x
I installed jdk-1.2.2 and I had to recompile postgresql.jar from
postgresql-6.5.3 sources

it works fine for the person who uses it (I don't know java at all).

bye,
Jerome

In response to

  • at 2000-04-14 09:25:56 from Dileep Mathew

Browse pgsql-sql by date

  From Date Subject
Next Message Colin Smith 2000-04-14 11:51:07 Re: [Fwd: [HACKERS] Porting reports (cont'd)]
Previous Message Dileep Mathew 2000-04-14 09:25:56