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 w
Go to http://sourceforge.net/projects/pjl-comp-filter/ to download it and update your web.xml file with the following config:
CompressingFilter
com.planetj.servlet.filter.compression.CompressingFilter
includeContentTypes text/html,text/css,application/x-javascript
compressionThreshold 256
CompressingFilter
/*