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 it didn't make 
> > it through.
> 
> Before resending, look in the archives to see if your original message
> is there (it is):
> http://marc.info/?l=tomcat-user
> 
> 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.  There are numerous possible
> causes, including such things as spawning extra threads and not
> terminating them when the webapp is told to shut down.  You should be
> able to work around the problem by making the connection pool global
> rather than local to the webapp.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

Making the DBCP a global resource and linking it into the applications
specifically does fix the problem.  Good suggestion.  Thanks.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to