This is working for me with 5.5.27 :

    <Connector
        port="80"
        redirectPort="443"
        debug="0"
        connectionTimeout="20000"
        compressableMimeType="text/css,text/javascript"
        maxPostSize="10485760"
        >
    </Connector>



Michael wrote:
Hi folks,

I recently had a discussion with Chuck about, in my opion, the faultly gzip compression filter in the Connector. Unfortunately, the discussion ended without a solution for the problem. Basically, Tomcat fails to compress anything else but JSPs regardless whether I set compressableMimeType or not.

I am on Tomcat 5.5.27, WinXP SP2. I even scanned through Tomcat code but wasn't able to track the problem.

Is anyone able to receive compressed JS or CSS files, which are servered from static files?

Thanks,

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


--
George Sexton
MH Software, Inc.
Voice: +1 303 438 9585
URL:   http://www.mhsoftware.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to