You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Srikanth Myneni (JIRA)" <ji...@apache.org> on 2017/09/01 06:14:00 UTC

[jira] [Created] (TOMEE-2123) Compression not working

Srikanth Myneni created TOMEE-2123:
--------------------------------------

             Summary: Compression not working
                 Key: TOMEE-2123
                 URL: https://issues.apache.org/jira/browse/TOMEE-2123
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Build
    Affects Versions: 1.7.4
         Environment: Linux
            Reporter: Srikanth Myneni
            Priority: Minor


I have used the following configuration for enabling the compression. 

<Connector port="8080" protocol="HTTP/1.1"
	       maxThreads="200"
         connectionTimeout="180000"
         redirectPort="8443" xpoweredBy="false" server="Apache TomEE" 
         compression="on" 
         compressableMimeType="application/javascript,application/json,text/html,text/xml,text/css,text/javascript,application/x-javascript"
         compressionMinSize="128" />

The compression not working. Could you please suggest the right configuration.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)