0
1

I'd like to enable content compression for the ivy webserver as we're sending huge files over slow networks. Currently only CSS and JavaScript contents should be compressed as GZIP. How can I configure that?

asked 10.11.2016 at 10:54

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


You can enable content compression by settings SystemProperties in the AdminUi.

WebServer.HTTP.CompressableMimType : defines the content types which will be compressed WebServer.HTTP.Compression : defines whether compression is used

alt text

A restart is required to apply the properties. You can test if compression is on with a browser network debugger:

  • without compression: uncompressed
  • with compression: compressed

These properties will be directly applied to the HTTP-Connector. So it has the same effect as defining them in raw server.xml. As described here.

link

answered 10.11.2016 at 10:56

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 10.11.2016 at 11:13

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×4
×2
×1

Asked: 10.11.2016 at 10:54

Seen: 1,745 times

Last updated: 10.11.2016 at 11:13