Re: GZIP support in Tomcat 7

2014-02-19 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akash, On 2/18/14, 7:45 PM, Akash Jain wrote: I have following configuration in my server.xml : compressableMimeType="text/ html,text/xml,text/plain,application/javascript,application/json,text/javascript,text/json"

Re: GZIP support in Tomcat 7

2014-02-18 Thread Dhaval Jaiswal
Can you add below entry and check. text/css. Just give a try for the below too and revert with result. application/js, text/js You can add compressionMinSize if you want. On Wed, Feb 19, 2014 at 6:15 AM, Akash Jain wrote: > I have following configuration in my server.xml : > >

Re: GZIP support in Tomcat 7

2014-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akash, On 2/18/14, 7:45 PM, Akash Jain wrote: > I have following configuration in my server.xml : > > compressableMimeType="text/ > html,text/xml,text/plain,application/javascript,application/json,text/javascript,text/json" > > connectionTimeout

GZIP support in Tomcat 7

2014-02-18 Thread Akash Jain
I have following configuration in my server.xml : But still when I am checking for JS/CSS files in browser, the size returned is not less. Can anybody guide as to what I am missing here.