Search code examples
webspherewebsphere-liberty

Enable Gzip compression in Websphere liberty profile


Is there a way to enable Gzip compression in Websphere liberty profile? I am running liberty profile from Eclipse Websphere developer tools.


Solution

  • HTTP response compression is not a service provided by the container. You have to add your own servlet filter to perform compression -- the question below lists some options:

    Which compression (is GZIP the most popular) servlet filter would you suggest?