Re: connection pooling for postgresql in weblogic

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Marko Kreen'" <marko(at)l-t(dot)ee>, "'Anjali Jain'" <AnjaliJ(at)NIIT(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: connection pooling for postgresql in weblogic
Date: 2001-12-03 18:53:30
Message-ID: 009701c17c2b$cd1a37d0$8201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Good eyes Marko, that is probably it. I missed that.

Dave

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Marko Kreen
Sent: Monday, December 03, 2001 1:33 PM
To: Anjali Jain
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] connection pooling for postgresql in weblogic

On Fri, Nov 30, 2001 at 02:57:05PM +0530, Anjali Jain wrote:
> Hi,
> I want to set the connection pool for PostgreSQL7.1.1 in weblogic6.1
> While creating a connection pool in weblogic it asks for URL & jdbc
> driver; Foll values are passed:
> Driver :jdbc:postgresql://172.17.72.110:5432/anaj
> where:
> 172.17.72.110 host name
> anaj database name
> URL : org.postgresql.Driver

I dunno weblogic but I would try swap 'em around:

Driver: org.postgresql.Driver
URL: jdbc:postgresql://172.17.72.110:5432/anaj

--
marko

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2001-12-03 19:10:57 Re: Exception?
Previous Message Dave Cramer 2001-12-03 18:52:27 Re: Two dimensional arrays in 7.2 JDBC driver