Open the Server.xml file with
a text editor.
This file is located in the /conf/frontendserver folder
of the Performance Manager directory on the front-end
server.
Locate the Connector XML tag.
Add
compression="on"
and compressableMimeType="text/html,text/xml,text/plain,text/css,text/javascript,application/xml"
to the connectors.
The servlet will compress any response with gzip. Gzip is taken from Apache Tomcat Native.