0

Since Tomcat has the option to compress its response to GZip.

Is there a way to configure Tomcat 6 to decompress gzipped requests without putting it behind an Apache server with mod_deflate enabled, or creating a GZip filter on the application level?

Hadi Salem
  • 193
  • 1
  • 1
  • 5

1 Answers1

0

I turned out to use a 2Way filter on the application level to compress and decompress
I removed the tomcat configuration

Hadi Salem
  • 193
  • 1
  • 1
  • 5