Hi All,

I am using 'Apache Tomcat (TomEE)/7.0.68 (1.7.4) version' and trying to
configure compression. I have used the below configuration to enable the
compression.

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


But the same configuration worked for TomEE 1.7.3 version. Any idea what
exactly the issue with 1.7.4 version ?

Regards,
Srikanth

Reply via email to