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 o

Re: Database connections grow after redeploy

2008-03-14 Thread Scott McClanahan
an 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 > > >

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 th

Re: Database connections grow after redeploy

2008-03-14 Thread Bently Drake
ual on gnu.org. To get an up to date version of the manual, get the gprof source and run |. configure; make html| in the gprof source directory. - Original Message From: David Cassidy <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, March 14, 2008 7:13:17 PM Subject: Re: Data

Re: Database connections grow after redeploy

2008-03-14 Thread Bently Drake
ual on gnu.org. To get an up to date version of the manual, get the gprof source and run |. configure; make html| in the gprof source directory. - Original Message From: David Cassidy <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, March 14, 2008 7:13:17 PM Subject: Re: Data

Re: Database connections grow after redeploy

2008-03-14 Thread David Cassidy
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-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

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 t

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 nor

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

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 instan

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 resendin

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