Pool and Postgresql

2004-09-07 Thread Philippe Mathieu
I'm using Postgresql 7.4.x and Tomcat 5.0 under Linux Debian. In my application I'm using the Tomcat Connection Pool to access to a Postgresql Database. During the first access to the context I obtain in the context logger the following message : 2004-09-07 22:23:25 JDBCRealm[/vide]: Exception

Re: Pool and Postgresql

2004-09-07 Thread QM
On Tue, Sep 07, 2004 at 11:07:19PM +0200, Philippe Mathieu wrote: : I'm using Postgresql 7.4.x and Tomcat 5.0 under Linux Debian. : In my application I'm using the Tomcat Connection Pool to access to a : Postgresql Database. : [snip] : 2004-09-07 22:23:25 JDBCRealm[/vide]: Exception opening

Re: Pool and Postgresql

2004-09-07 Thread Cott Lang
You are using an old PostgreSQL JDBC driver. Update to the latest rev and this should go away. On Tue, 2004-09-07 at 14:07, Philippe Mathieu wrote: I'm using Postgresql 7.4.x and Tomcat 5.0 under Linux Debian. In my application I'm using the Tomcat Connection Pool to access to a Postgresql

connection pool to postgresql

2002-12-06 Thread Dionisio Ruiz de Zarate
Hello can anybody help me to configure one connection pool to postgresql from tomcat? and how can i use fron one java class? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: connection pool to postgresql

2002-12-06 Thread Alexander Wallace
(System.err); } return cn; } } And to get a connection and use it, just declare like: Connection cn = Pool.getConnection(); And that's it! On Fri, 2002-12-06 at 16:11, Dionisio Ruiz de Zarate wrote: Hello can anybody help me to configure one connection pool to postgresql from

Re: connection pool to postgresql

2002-12-06 Thread Craig R. McClanahan
On Fri, 6 Dec 2002, Dionisio Ruiz de Zarate wrote: Date: Fri, 6 Dec 2002 23:11:37 +0100 From: Dionisio Ruiz de Zarate [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: connection pool to postgresql Hello can anybody help me to configure one