Monday, March 9, 2009

Enabling GZIP on GlassFish on v2

I had problems enabling GZIP on GlassFish on V2. For later version there are new settings like
compression = force

But the following settings worked for me at least.
One can configure GZIP from the GUI for the http-listener nodes as follows:






Using FireBug (or Fiddler) one can verify that the request is GZIPped as the following diagram shows.

No comments:

Post a Comment