t: Re: Tomcat connections not closing.
Mike-
I would strongly suggest use of Version Control for archiving your
configuration files
server.xml/web.xml and context.xml, catalina.policy, logging.properties,
workers.properties, tomcat-users.xml
In the case of axis you want to archive
axis
uot;Tomcat Users List" ; <[EMAIL PROTECTED]>
Sent: Wednesday, October 31, 2007 11:04 AM
Subject: RE: Tomcat connections not closing.
Well, yes and no.
Yes, the problem has abated, and possibly been eliminated. However, we
have no idea what change fixed it. We changed nothing in tomcat, b
t continuing to look into it, but just
keeping watch over it...
-Mike
-Original Message-
From: Ralph Goers [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 27, 2007 10:48 AM
To: Tomcat Users List
Subject: Re: Tomcat connections not closing.
Mike,
Have you been able to make an
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Martin,
Martin Gainty wrote:
> http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html
>
> I would check the connectionLinger parameter
Version mismatch. :(
Please match versions next time you are attempting to give advise.
- -chris
-BEGIN
http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html
I would check the connectionLinger parameter
M--
- Original Message -
From: "Ralph Goers" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Saturday, October 27, 2007 11:47 AM
Subject: Re: Tomc
Mike,
Have you been able to make any progress with this? I'm very interested
in the outcome as we experience the same problem.
Ralph
Roark, Mike wrote:
Filip,
Thanks for the help.
You were right about the default for disableUploadTimeout. I must have
been looking at 5.0 docs before, it loo
r write timeout.
Filip
> -Mike
>
> -Original Message-
> From: Roark, Mike [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 05, 2007 9:34 AM
> To: Tomcat Users List
> Subject: RE: Tomcat connections not closing.
>
> Thanks Filip.
>
> We believe t
riginal Message-
From: Roark, Mike [mailto:[EMAIL PROTECTED]
Sent: Friday, October 05, 2007 9:34 AM
To: Tomcat Users List
Subject: RE: Tomcat connections not closing.
Thanks Filip.
We believe that disableUploadTimeout is defaulting to false in our
setup.
connectionTimeout seems to refer to the
ailto:[EMAIL PROTECTED]
Sent: Friday, October 05, 2007 9:34 AM
To: Tomcat Users List
Subject: RE: Tomcat connections not closing.
Thanks Filip.
We believe that disableUploadTimeout is defaulting to false in our
setup.
connectionTimeout seems to refer to the time until the request URI is
receive
connectionTimeout - gets set to your sockets SO_TIMEOUT, but
disableUploadTimeout="true" unsets the value in the line above, causing socketWrite0 to
not have a timeout, hence if you set disableUploadTimeout="false", then you will make
sure that socket read and writes from your servlets/jsps, wil
tor.OutputBuffer.write(OutputBuffer.java:456)
at
org.apache.catalina.connector.CoyoteWriter.write(CoyoteWriter.java:142)
at
org.apache.jasper.runtime.JspWriterImpl.write(JspWriterImpl.java:276)
--
View this message in context:
http://www.nabble.com/Tomcat-connections-not-clo
Thank Rainer. That's a good point about the sequence numbers.
-Mike
-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Friday, October 05, 2007 2:44 AM
To: Tomcat Users List
Subject: Re: Tomcat connections not closing.
Some comments, but not a real sol
though, just to make sure.
-Mike
-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 04, 2007 4:03 PM
To: Tomcat Users List
Subject: Re: Tomcat connections not closing.
try setting
connectionTimeout="
Some comments, but not a real solution:
The FIN from the client comes in, when the server had already sent out a
couple of packets without getting an ACK. The ACK in the FIN does not
ACK the latest server packet, instead it is related to a packet some
steps earlier (you can check the sequence
try setting
connectionTimeout="5000"
disableUploadTimeout="false"
I believe the 2nd parameter, should not set the timeout to infinite
while you are inside of a request
Filip
Roark, Mike wrote:
Hello Tomcat users,
We are having difficulty with connections to Tomcat remaining open
after the
Hello Tomcat users,
We are having difficulty with connections to Tomcat remaining open
after the client hits "stop" in their browser.
This only seems to happen when we have a particular combination of
load balancer hardware in front of the tomcats. We are also running
apache and have not seen the
16 matches
Mail list logo