Re: No suitable driver

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: No suitable driver
Date: 2003-09-05 14:24:17
Message-ID: 20030905152417.E17198@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On 05/09/2003 08:48 Jean-Michel Zigna wrote:
> Hello,
>
> I'm trying to connect to a 7.1.3 postgres instance on a redhat 7.3
> server from a web application deployed with Jbuilder (using Java 1.4). I
> have downloaded pg73jdbc3.jar (compatible with Java 1.4) but I have
> still an exception when connecting : no suitable driver.
>
> What's wrong whith this configuration ?

You web container can't find the driver. I have absolutely no idea where
you would put it in Jbuilder (I downloaded a free copy but I've never
bothered to try it) but if you were using Tomcat I would suggest that you
place or symlink the driver in its common/lib directory.

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Pedro Salazar 2003-09-05 16:21:19 XA datasource for PostgreSQL
Previous Message Jean-Michel Zigna 2003-09-05 07:48:53 No suitable driver