Want to enable GZip compression in Weblogic
问题 I want to enable GZIP compression for my static file like css styles, javascript which is serving from weblogic server. Can anyone help to how to configure this feature in weblogic server. 回答1: Go to http://sourceforge.net/projects/pjl-comp-filter/ to download it and update your web.xml file with the following config: <filter> <filter-name>CompressingFilter</filter-name> <filter-class>com.planetj.servlet.filter.compression.CompressingFilter</filter-class> <init-param><param-name