1
votes

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

1

1 Answers

3
votes

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?