You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by sks <sk...@tekheads.co.uk> on 2004/03/15 13:07:11 UTC

Compression 5.0.19

Is there any known problem with compression in 5.0.19 ?

http://leknor.com/code/gziped.php? is reporting my sites as uncompressed,
and the file sizes through telnet seem to agree with that. Also the headers
do not indicate it is compressed.

My server.xml contains the following connector

    <Connector  port="80"
                maxThreads="150"
                minSpareThreads="25"
                maxSpareThreads="75"
                enableLookups="false"
                redirectPort="443"
                acceptCount="100"
                debug="0"
                connectionTimeout="20000"
                disableUploadTimeout="true"
                compression="on"
                compressionMinSize="2048"
                noCompressionUserAgents="gozilla, traviata"
                compressableMimeType="text/html,text/xml" />

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org