Re: Database connections grow after redeploy

2008-03-14 Thread David Cassidy
: | From: Scott McClanahan [mailto:[EMAIL PROTECTED] | Subject: Re: Database connections grow after redeploy | As far as the continuing data base connections, I can only speculate | that the prior instances of the webapp are still active, thereby | preventing cleanup of their resources

Re: Database connections grow after redeploy

2008-03-14 Thread Bently Drake
html| in the gprof source directory. - Original Message From: David Cassidy [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, March 14, 2008 7:13:17 PM Subject: Re: Database connections grow after redeploy try netbeans its free and the profiler will watch

RE: Database connections grow after redeploy

2008-03-14 Thread Scott McClanahan
On Thu, 2008-03-13 at 09:23 -0500, Caldarale, Charles R wrote: From: Scott McClanahan [mailto:[EMAIL PROTECTED] Subject: Re: Database connections grow after redeploy Some times our exchange server really mangles e-mails or out right blocks them so this is just a resend in case

Re: Database connections grow after redeploy

2008-03-14 Thread Scott McClanahan
-0400, Christopher Schultz wrote: Caldarale, Charles R wrote: | From: Scott McClanahan [mailto:[EMAIL PROTECTED] | Subject: Re: Database connections grow after redeploy | As far as the continuing data base connections, I can only speculate | that the prior instances of the webapp

Re: Database connections grow after redeploy

2008-03-14 Thread Bently Drake
html| in the gprof source directory. - Original Message From: David Cassidy [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, March 14, 2008 7:13:17 PM Subject: Re: Database connections grow after redeploy try netbeans its free and the profiler will watch

RE: Database connections grow after redeploy

2008-03-14 Thread Caldarale, Charles R
From: Scott McClanahan [mailto:[EMAIL PROTECTED] Subject: RE: Database connections grow after redeploy Making the DBCP a global resource and linking it into the applications specifically does fix the problem. Well, really it just masks the problem. Classes and objects from the replaced

Re: Database connections grow after redeploy

2008-03-13 Thread Scott McClanahan
On Wed, 2008-03-12 at 14:31 -0400, Scott McClanahan wrote: We are using the dbcp capabilities of tomcat and configured the datasource in the applications context configuration file. In a few simple tests we've seen some unexpected behavior and aren't sure if it's an error on our part. We

RE: Database connections grow after redeploy

2008-03-13 Thread Caldarale, Charles R
From: Scott McClanahan [mailto:[EMAIL PROTECTED] Subject: Re: Database connections grow after redeploy Some times our exchange server really mangles e-mails or out right blocks them so this is just a resend in case it didn't make it through. Before resending, look in the archives to see

Re: Database connections grow after redeploy

2008-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: | From: Scott McClanahan [mailto:[EMAIL PROTECTED] | Subject: Re: Database connections grow after redeploy | | As far as the continuing data base connections, I can only speculate | that the prior instances

Re: Database connections grow after redeploy

2008-03-13 Thread Scott McClanahan
On Thu, 2008-03-13 at 12:02 -0400, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: | From: Scott McClanahan [mailto:[EMAIL PROTECTED] | Subject: Re: Database connections grow after redeploy | | As far as the continuing data

Re: Database connections grow after redeploy

2008-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott, Scott McClanahan wrote: | Do you have any suggestions for a profiling tool like you described? | Preferably open source. Thanks. I have used Borland's OptimizeIt in the past, but I think it's a defunct product (and it's also neither free

RE: Database connections grow after redeploy

2008-03-13 Thread Caldarale, Charles R
From: Scott McClanahan [mailto:[EMAIL PROTECTED] Subject: Re: Database connections grow after redeploy Do you have any suggestions for a profiling tool like you described? Just to get started, the Sun JDK comes with a primitive heap profiler. You can enable it with the command line option

Re: Database connections grow after redeploy

2008-03-13 Thread Juha Laiho
Scott McClanahan wrote: On Thu, 2008-03-13 at 12:02 -0400, Christopher Schultz wrote: Caldarale, Charles R wrote: | From: Scott McClanahan [mailto:[EMAIL PROTECTED] | Subject: Re: Database connections grow after redeploy | As far as the continuing data base connections, I can only speculate