Re: jdbc/taglibs issue

From: Tony Grant <tony(at)tgds(dot)net>
To: Tanu Shankar Bhatnagar <tanushankar(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc/taglibs issue
Date: 2003-03-18 07:19:38
Message-ID: 1047971977.1616.1.camel@vaio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 2003-03-17 at 21:11, Tanu Shankar Bhatnagar wrote:
> I am trying a simple JSTL example. I am using tomcat4.0.1, jdk1.4.1_01,
> red hat 8.0, jstl 1.0 implementation from sun, postgresql 7.3.2 with jdbc
> drivers pg73jdbc3.jar.

>
> Here is my jsp:
> <sql:setDataSource
> var="example"
> driver="org.postgresql.Driver"
> url="jdbc:postgresql:pandavs"
> user="username"
> password="password"
> />

Your URL should be more like:

url="jdbc:postgresql://server/db_name"

Cheers

Tony Grant

--
www.tgds.net Library management software toolkit,
redhat linux on Sony Vaio C1XD,
Dreamweaver MX with Tomcat and PostgreSQL

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tanu Shankar Bhatnagar 2003-03-18 22:44:10 datasource issue
Previous Message Barry Lind 2003-03-18 06:02:51 Re: Any plans for multidim array support??