RE: Tomcat connections not closing.

2007-11-02 Thread Roark, Mike
2.xml/services.xml/modules.xml/services In the case of struts you want to archive struts-default.xml struts-portlet-default.xml In this way you determine at least the version of the configurations (and hopefully date-time as well as Login) HTH/ Martin-- - Original Message - From: "Roark, Mik

RE: Tomcat connections not closing.

2007-10-31 Thread Roark, Mike
y 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 looks like

RE: Tomcat connections not closing.

2007-10-15 Thread Roark, Mike
onnections not closing. Roark, Mike wrote: > I did try this, but it didn't have an effect. > > I did notice that reads would timeout, but not writes. > > We were already using the default value of 6 (60 secs), but our > if you are using defaults, then you a

RE: Tomcat connections not closing.

2007-10-10 Thread Roark, Mike
I did try this, but it didn't have an effect. I did notice that reads would timeout, but not writes. We were already using the default value of 6 (60 secs), but our problem is around the 15 minute mark (of writing). -Mike -Original Message- From: Roark, Mike [m

RE: Tomcat connections not closing.

2007-10-05 Thread Roark, Mike
t of Tomcat. If we assume, that httpd will realize the situation faster, even when combined with the forwarding module, it will immediately shut the connection to Tomcat. Between Apache and Tomcat we should not see such a FIN/RST/Retransmit situation. Regards, Rainer Roark, Mike wrote: >

RE: Tomcat connections not closing.

2007-10-05 Thread Roark, Mike
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 received. We are receiving the URI, the problem occurs when writing the output to the client. We will give these recommendations a shot th

Tomcat connections not closing.

2007-10-04 Thread Roark, Mike
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