2 Replies Latest reply on Sep 5, 2014 3:26 AM by antlia

    GZip configuration on EAP 6.2.0

    antlia

      Hi to all,

       

      I've enabled GZip compression on JBoss, following the instructions on JBoss site, which reported the following tag(s) to be added right after <extensions></extensions> section in standalone.xml

       

      <system-properties>
       <property name="org.apache.coyote.http11.Http11Protocol.COMPRESSION" value="on" />
       <property name="org.apache.coyote.http11.Http11Protocol.COMPRESSION_MIME_TYPES" value="text/javascript,text/css,text/html,text/xml,text/json,text/plain" />
       <property name="org.apache.coyote.http11.Http11Protocol.COMPRESSION_MIN_SIZE" value="512" />
      </system-properties>
      

       

      But using YSlow (Firefox Add-on), it keeps telling me that there are some plaintext resources (all css an js files), which can be compressed with GZip for improving performance.

       

      I've attached the screenshot of the message.

       

      My question is: why are these file sent uncompressed, even if specified explicitly in system-properties tag?

       

      Thanks in advance,

      Antlia