Re: Connection Pooling with Tomcat 4.1 and SQL Server 2000

2005-01-06 Thread Friedrich Gonzalez
Everything you did with the driver,server.xml,web.xml is ok. But it sounds like your driver of sql server 2000 doesnt support connection pooling ... did you tried to connect without the connection pool? i also recommend going to tomcat 5... i had a couple of issues with connection pooling in

Re: Tomcat 4.1 DBCP DB2 Problem (UPDATED)

2004-12-27 Thread Friedrich Gonzalez
and see if the problems shows up again. In mean time, i found out that the site perfoms faster with the new driver (oohlala!). Do any of you think that the problem maybe the java code in the web application more than the application server? or maybe the db2 server? Friedrich Gonzalez

Re: Tomcat 4.1 DBCP DB2 Problem

2004-12-22 Thread Friedrich Gonzalez
I think i should add something to my own thread. I check the site of dbcp http://jakarta.apache.org/commons/dbcp/downloads.html and found that i had the old version of commons-dbcp (1.1) and commons-pool (1.2) the release notes say something about Performance optimizations in the

Tomcat 4.1 DBCP DB2 Problem

2004-12-21 Thread Friedrich Gonzalez
Hi; this is my first post, and i apprecciate a lot your help. We have a Tomcat Application Server 4.1.30, Sun JVM 1.4.2_05 in W2K server (512 ram) connected to a DB2 6.X resident in a IBM/390. The web application performs several access to the DB2 for each user. We have normally 200 connections