Hi everybody,
I'm trying to enable Tomcat Gzip compression adding the following to the server.xml file as mentioned in http://jira.pentaho.com/browse/BISERVER-10222:
I've checked and the contened is not being zipped. Did anyone make this work?
Thanks
I'm trying to enable Tomcat Gzip compression adding the following to the server.xml file as mentioned in http://jira.pentaho.com/browse/BISERVER-10222:
HTML Code:
<Connector URIEncoding="UTF-8" port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
compression="on"
compressionMinSize="512"
compressableMimeType="application/json,application/xml,image/gif,image/png,text/css,text/html,text/javascript,text/plain,text/xml"
redirectPort="8443" />
Thanks