Hi,

>I am using Tomcat 5.0 and Struts 1.1.  I also use a Filter that zips
the
>requests and responses.

First step: ditch your own filter and use one of the freely available,
well-tested ones.  Tomcat ships with one, in the servlet example webapp,
called CompressionFilter.  This way we eliminate the possibility of bugs
in your filter.

Alternatively, and even simpler: ditch the Filter altogether for
testing.  I imagine with a chat client the pages aren't that big
anyways, so the performance gained from compression is negligible.  You
can benchmark this if you want.

>gets 505 messages.

Are they really 505's, or more common 500's?  Do you have the
AccessLogValve enabled?  If not, enable it and see what it says when she
gets the errors.

If the user has the 'show friendly http error message' option enabled in
IE, ask her to disable this option.  This will aid in your debugging.

>What do you think?

Recreate the errors in a test environment if you can.  It sounds like
that won't be easy to do given the type of error.  If your app supports
different browsers, and the user is willing to try a different browser,
that's a good thing to test as well.

As an aside, please wait a bit longer before cross-posting to tomcat-dev
;)  Many of us tomcat-dev people like to take weekends off ;)

Yoav



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to