Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

How to enable Gzip HTTP compression on server ? #3860

rpallares ·

Most of HTTP servers have a feature to compress HTTP requests.
In case of Quickbuild managing lot of logs as HTML format, we can hope have global better response times.

I tryed to activate the native Jetty GzipHandler from configuration file conf/jetty.xml but the server crash at startup with a class not found exception on "org.eclipse.jetty.server.handler.gzip.GzipHandler".
This handler seems to no te present into the Jar jetty server archive.

How can I activate HTTP compression for text MIME types for Quickbuild?

Regards

  • replies 2
  • views 2244
  • stars 0
robinshen ADMIN ·

Please file an improvement request at track.pmease.com

rpallares ·