Re: AW: connection pooling

2004-11-11 Thread Eric Wulff
PROTECTED] Gesendet: Mittwoch, 10. November 2004 19:26 An: [EMAIL PROTECTED] Betreff: AW: connection pooling Sorry, I sent this to the user list but didn't copy you directly. -- Forwarded message -- From: Eric Wulff [EMAIL PROTECTED] Date: Tue, 9 Nov 2004 11:32:15 -0800

AW: connection pooling

2004-11-09 Thread Akacem Mohammed
Hello, I am stuck in the same Probleme as Erik. I did exactly what in the e-mails suggested is with no success. I am runing TC 5.0.28 und try to get a connection to an informix database. I got the following Error Message: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver

Re: AW: connection pooling

2004-11-09 Thread Nishant Deshpande
I've been dealing with similar issues recently. Basically your reference in web.xml is not 'pointing' to the resource you defined in server.xml for some reason, which is why if you examine the datasource you get, you will see all the fields set to null (as indicated by the error). Try to create a

Re: AW: connection pooling

2004-11-09 Thread Eric Wulff
Hi Mohammed, The resource-ref of your web.xml looks alright. While the DefaultContext should work if you place it in the correct location(see notes below) within your server.xml, I doubt you want this to be your final solution. My final fix was suggested by Steve and noted here... Copy the

AW: Connection Pooling

2003-02-24 Thread chris weber
Hello Sebastian, i think, the common-dbcp + commons-pooling is the better way. I tried both ways, but no one works! My problem is the context. Whe i make a Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup(java:comp/env); DataSource ds =

Re: AW: AW: Connection Pooling?

2002-07-05 Thread Nikola Milutinovic
Ralph Einfeldt wrote: AFAIK DBCP not part of the distribution, but you can download it seperately from: I believe it is, from 4.0.4 Nix. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: AW: Connection Pooling?

2002-07-05 Thread Craig R. McClanahan
On Fri, 5 Jul 2002, Nikola Milutinovic wrote: Date: Fri, 05 Jul 2002 14:15:32 +0200 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: AW: Connection Pooling? Ralph Einfeldt wrote

AW: Connection Pooling?

2002-07-04 Thread Ralph Einfeldt
In the latest version the answer is no ! Tomcat contains dbcp from the jakarta-commons project which is a complete connection pool. So you driver doesn't have to implement pooling. -Ursprüngliche Nachricht- Von: Meichun Li [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. Juli 2002

Re: AW: Connection Pooling?

2002-07-04 Thread Meichun Li
Thanks for the reply. Is the latest version tomcat-4.1? But the version I am using is tomcat-4.0. Does tomcat-4.0 support complete connection pool? Thanks! On Thu, 4 Jul 2002, Ralph Einfeldt wrote: In the latest version the answer is no ! Tomcat contains dbcp from the jakarta-commons

AW: AW: Connection Pooling?

2002-07-04 Thread Ralph Einfeldt
/commons/index.html -Ursprüngliche Nachricht- Von: Meichun Li [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. Juli 2002 15:05 An: Tomcat Users List Betreff: Re: AW: Connection Pooling? Thanks for the reply. Is the latest version tomcat-4.1? But the version I am using is tomcat-4.0