0

I want to enable tomcat to deliver files stored in the WAR file using http-compression.

This question if specific to tomcat, please do not suggest using another webserver.

It would be great if this could be achieved only from the tomcat configuration.

sorin
  • 161,544
  • 178
  • 535
  • 806

1 Answers1

0

You are probably looking for GZIP compression which you can configure in your Tomcat connector.

Benjamin Muschko
  • 32,442
  • 9
  • 61
  • 82