java: Easiest way to gzip all my webapp content with Jetty? -


i have large pages , javascript files being downloaded web app using jetty. easiest way gzip content. hoping add lines web.xml , add jar file web-inf/lib

in case have jetty running behind apache server via mod proxy can use mod_deflate , have nothing change @ web app @ all.

see: jetty/tutorial/apache , mod_deflate


Comments