RE: Tomcat DBCP

2010-06-10 Thread Altanis Alexandros
Thanks! 

However, when I try to checkout the repository, I get 

Repository moved permanently to
'/viewvc/tomcat/trunk/modules/jdbc-pool/';

I had to use 

http://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool/

in order to checkout. 

Thanks again! 

Alexander

-Original Message-
From: Mark Thomas [mailto:ma...@apache.org] 
Sent: Wednesday, June 09, 2010 1:31 PM
To: Tomcat Users List
Subject: Re: Tomcat DBCP

On 09/06/2010 10:15, Altanis Alexandros wrote:
 My question is this: can I use this feature with Tomcat 6?

Yes.

 Where can I get a hold of the source code? I found some svn
 links that point to 404. 
http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/

Mark




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Tomcat DBCP

2010-06-09 Thread Altanis Alexandros
Hello. 

 

I have been reading about the new Tomcat DBCP in a couple of blogs
lately, as I am interested in Connection Pooling for an application I am
working on. Here they are: 

 

http://vigilbose.blogspot.com/2009/03/apache-commons-dbcp-and-tomcat-jdb
c.html

 

http://www.tomcatexpert.com/blog/2010/04/01/configuring-jdbc-pool-high-c
oncurrency

 

After searching high and low for this in the Tomcat sources, to make a
long story short, I discovered that this is a planned Tomcat 7 feature: 

 

http://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html

 

:-\ 

 

My question is this: can I use this feature with Tomcat 6? Hash anyone
tried it? Where can I get a hold of the source code? I found some svn
links that point to 404. 

 

Thanks in advance

Alexander Altanis