RE: Filter Chains slow first time it is called

2001-06-01 Thread Paul Butcher
Craig, Thanks for your prompt reply, and sorry for my delayed reply (I was out of the office yesterday). * Do you have a small test case we can use to investigate this? If so, you can send it either to TOMCAT-DEV or to me in private mail. A .war file containing an example is attached to

RE: Filter Chains slow first time it is called

2001-05-30 Thread Paul Butcher
++ -- Team Leader, Argogroup plc http://www.argogroup.com/ From: Kevin Jones [EMAIL PROTECTED] Date: Wed, 31 Jan 2001 20:27:34 - To: [EMAIL PROTECTED] Subject: RE: Filter Chains slow first time it is called I've just taken a closer look at this, it's a browser problem. IE 5.5 has really trouble

RE: Filter Chains slow first time it is called

2001-05-30 Thread Craig R. McClanahan
://www.argogroup.com/ From: Kevin Jones [EMAIL PROTECTED] Date: Wed, 31 Jan 2001 20:27:34 - To: [EMAIL PROTECTED] Subject: RE: Filter Chains slow first time it is called I've just taken a closer look at this, it's a browser problem. IE 5.5 has really trouble with content types. Even though I'm

RE: Filter Chains slow first time it is called

2001-05-30 Thread Craig R. McClanahan
2001 20:27:34 - To: [EMAIL PROTECTED] Subject: RE: Filter Chains slow first time it is called I've just taken a closer look at this, it's a browser problem. IE 5.5 has really trouble with content types. Even though I'm setting the type to text/html (in a filter) but at some

RE: Filter Chains slow first time it is called

2001-05-30 Thread Remy Maucherat
Quoting Craig R. McClanahan [EMAIL PROTECTED]: On Wed, 30 May 2001, Craig R. McClanahan wrote: Hello Paul, This definitely sounds like something wrong with Tomcat 4 -- most likely a combination of things related to the browser (which can affect which HTTP version is in use), your

RE: Filter Chains slow first time it is called

2001-01-31 Thread Kevin Jones
Chains slow first time it is called Kevin Jones wrote: Subject says it all really. The first time a filter chain is executed for a servlet, it takes about 30 seconds for the response to get back to the client. It would be surprising if this is related to initializing the filter chain