Re: Tomcat and database connection

2010-05-13 Thread Pid *
On 13 May 2010, at 11:13, "Tomás Tormo" wrote: >> >> http://commons.apache.org/dbcp/configuration.html >> > Thanks, I was already checking that. > >> I don't know anything about Introscope. > It just an monitoring tool application > >> If maxActive is larger than the number of active connections,

RE: Tomcat and database connection

2010-05-13 Thread Caldarale, Charles R
> From: Tomás Tormo [mailto:tto...@indenova.com] > Subject: Re: Tomcat and database connection > > Could I use jvisualvm for that? Probably, but it's easier with command-line tools. http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F

Re: Tomcat and database connection

2010-05-13 Thread Tomás Tormo
http://commons.apache.org/dbcp/configuration.html Thanks, I was already checking that. I don't know anything about Introscope. It just an monitoring tool application If maxActive is larger than the number of active connections, then there's nothing wrong there, is there? I'm not sure w

Re: Tomcat and database connection

2010-05-13 Thread Pid
On 13/05/2010 09:35, Tomás Tormo wrote: > Greetings > > I would like to understand correctly how Tomcat database pool works. It's a repackaged version of Apache Commons DBCP. > As I understand, when the application starts, a pool connection is > created with *initialSize* connections (0 by defau