tomcat gzip compression not working for large js files
Posted on 2014-01-09 23:06 leon_ALiang 阅读(1) 评论(0) 编辑 收藏solution 1:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
useSendfile="false"
compression="on" compressionMinSize="2048" noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml,text/javascript,text/css,application/javascript,text/csv"/>
http://grokbase.com/t/tomcat/users/111d593qft/tomcat-6-0-gzip-compression-not-working-for-large-js-files
solution 2:
Add the custom gzip filter
http://darrenzhu.iteye.com/blog/1894261
有时候,一个人想要的只是一只可握的手和一颗理解的心。 有些东西失去了,可能就再也回不来了,所以请好好把握 执子之手、与子偕老?你演给我看吧.
页:
[1]