> From: Michael [mailto:sg...@gmx.net]
> Subject: Re: HTTP Connector GZIP compression
> 
> this is my server.xml: http://www.pastie.org/437454

Other than having <Context> elements in there, the only other obviously wrong 
item is the compressionMinSize attribute; there isn't one for a <Connector>.

> CompressionMinSize is given bytes, isn't it?

There's no such attribute for a <Connector>, so your question is moot.  Read 
the doc:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html#Standard%20Implementation

You are testing through port 8080, aren't you?  I don't see any problems with 
compression on 5.5.27 when testing on my laptop; I see a header of 
"Content-Encoding: gzip" on all appropriate responses.

You need to supply the URLs you're using and the response headers as seen by 
the browser.  (Live HTTP headers for Firefox is good for this.)  

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to