Re: DBCP connection leak after undeploy

2005-10-31 Thread Bogdan Calmac
ge- > > From: Bogdan Calmac [mailto:[EMAIL PROTECTED] > > Sent: Monday 31 October 2005 16:50 > > To: Tomcat Users List > > Subject: Re: DBCP connection leak after undeploy > > > > > > In our company we share several Tomcat servers for all developers, so >

RE: DBCP connection leak after undeploy

2005-10-31 Thread Steve Kirk
t Users List > Subject: Re: DBCP connection leak after undeploy > > > In our company we share several Tomcat servers for all developers, so > that's why we use deploy/undeploy instead of start/stop. > > As a workaround for this problem, you can create a > ServletC

Re: DBCP connection leak after undeploy

2005-10-31 Thread Bogdan Calmac
; From: Bogdan Calmac [mailto:[EMAIL PROTECTED] > > Sent: Thursday 27 October 2005 19:27 > > To: Tomcat Users List > > Subject: Re: DBCP connection leak after undeploy > > > > > > > PS I don't think that I have see the problem that you have > > reported.

RE: DBCP connection leak after undeploy

2005-10-28 Thread Steve Kirk
Calmac [mailto:[EMAIL PROTECTED] > Sent: Thursday 27 October 2005 19:27 > To: Tomcat Users List > Subject: Re: DBCP connection leak after undeploy > > > > PS I don't think that I have see the problem that you have > reported. I run > > TC 5.5.9 on WinXP with

Re: DBCP connection leak after undeploy

2005-10-27 Thread Bogdan Calmac
> PS I don't think that I have see the problem that you have reported. I run > TC 5.5.9 on WinXP with Mysql 4.1.11 and Connector/J 3.1.8, have never > noticed that problem, my pools always seem to clean up fine. You might not have the same setup. I would suggest to try the following: 1. make sur

RE: DBCP connection leak after undeploy

2005-10-27 Thread Steve Kirk
pools always seem to clean up fine. > -Original Message- > From: Bogdan Calmac [mailto:[EMAIL PROTECTED] > Sent: Thursday 27 October 2005 16:49 > To: Tomcat Users List > Subject: Re: DBCP connection leak after undeploy > > > This problem is caused by Tomcat

Re: DBCP connection leak after undeploy

2005-10-27 Thread Bogdan Calmac
t; > redeploying the webapp while TC is running? Might help narrow down the > > cause slightly. Might be worth reporting to bugzilla? > > > > > -Original Message- > > > From: Bogdan Calmac [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday 26 October 200

Re: DBCP connection leak after undeploy

2005-10-26 Thread Bogdan Calmac
bugzilla? > > > -Original Message- > > From: Bogdan Calmac [mailto:[EMAIL PROTECTED] > > Sent: Wednesday 26 October 2005 02:18 > > To: users@tomcat.apache.org > > Subject: DBCP connection leak after undeploy > > > > > > I've written a

RE: DBCP connection leak after undeploy

2005-10-26 Thread Steve Kirk
gt; From: Bogdan Calmac [mailto:[EMAIL PROTECTED] > Sent: Wednesday 26 October 2005 02:18 > To: users@tomcat.apache.org > Subject: DBCP connection leak after undeploy > > > I've written a simple web application consisting of a servlet which > does a select from a

DBCP connection leak after undeploy

2005-10-25 Thread Bogdan Calmac
I've written a simple web application consisting of a servlet which does a select from a table and displays the result. It is then packaged as a war and deployed using the tomcat ant task. After executing the servlet, it is undeployed using the ant task again. stdout confirms that the webapp is dep