How enable GZIP compression for Spring HttpInvoker requests using Tomcat?
Posted
by Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2010-06-17T08:57:43Z
Indexed on
2010/06/17
9:13 UTC
Read the original article
Hit count: 741
Hi,
Wondering if anyone has set up GZIP compression for Spring HttpInvoker requests using Tomcat, and what steps are necessary?
Also, any advice on whether it's actually worth it; is there much to be gained from trying to compress what are basically serialized Java objects, or do they not really reduce in size much?
Thanks,
Brian
© Stack Overflow or respective owner