.
I would guess the exception is misleading and the error is somewhere
else? Any ideas?
Thanks,
Bogdan Calmac.
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at
org.apache.coyote.http11
for other reasons
> (you've just given me another one). I'm thinking that by not using JNDI, I
> would not encounter of the problem you mention below, because the problem is
> related to the TC-JNDI interface. Does that sound right to you?
>
> > -Original Messa
anyone undeploy apps like this on production servers?
> I wouldn't think so, but then again I suppose it might affect ISP type
> users.
>
> PS I have these config values:
> maxActive="10"
> maxIdle="5"
>
> > -Original Message-
> >
> 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
n 10/26/05, Bogdan Calmac <[EMAIL PROTECTED]> wrote:
> When tomcat is stopped the connection is closed. I'll probably submit
> the example to bugzilla. Can somebody familiar with the code suggest
> which catalina object keeps a reference of the datasource (beside
> being reg
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
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