[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: serve web application content as gzip- compressed
Renen
do-not-reply at jboss.com
Mon Apr 2 16:41:06 EDT 2007
To get compression to work as you would expect it, I think that you probably also want to add the following attribute-value pair:
compressableMimeType="text/html,text/xml,text/javascript,application/x-javascript,application/javascript,text/css"
as the list of default mime types is quite small (see http://tomcat.apache.org/tomcat-5.5-doc/config/http.html).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033823#4033823
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033823
More information about the jboss-user
mailing list