Caldarale, Charles R wrote:
From: Michael [mailto:sg...@gmx.net]
Subject: Re: HTTP Connector GZIP compression
>> Checked, the server.xml remains the same. I did not alter
It except the invalid attribute. The same happens for CSS too.
Did you restart Tomcat after making the change? A
> From: Michael [mailto:sg...@gmx.net]
> Subject: Re: HTTP Connector GZIP compression
>
> What is the rationale for? Is there a good reason to
> compress anyway?
The size is unknown until the last chunk is generated, so no threshold can be
applied. Since chunked encoding u
Caldarale, Charles R wrote:
From: Michael [mailto:sg...@gmx.net]
Subject: Re: HTTP Connector GZIP compression
1. lorem.jsp: 72 726 bytes
2. prototype.js: 134.057 bytes
According to the above setting only the JS file should be compressed.
No; response from the .jsp will also be compressed
> From: Michael [mailto:sg...@gmx.net]
> Subject: Re: HTTP Connector GZIP compression
>
> 1. lorem.jsp: 72 726 bytes
> 2. prototype.js: 134.057 bytes
>
> According to the above setting only the JS file should be compressed.
No; response from the .jsp will also be compress
Caldarale, Charles R wrote:
From: Michael [mailto:sg...@gmx.net]
Subject: Re: HTTP Connector GZIP compression
this is my server.xml: http://www.pastie.org/437454
Other than having elements in there, the only other obviously wrong item is
the compressionMinSize attribute; there isn't on
> From: Michael [mailto:sg...@gmx.net]
> Subject: Re: HTTP Connector GZIP compression
>
> this is my server.xml: http://www.pastie.org/437454
Other than having elements in there, the only other obviously wrong
item is the compressionMinSize attribute; there isn
Caldarale, Charles R wrote:
From: Michael [mailto:sg...@gmx.net]
Subject: HTTP Connector GZIP compression
I am on tomcat 5.5.27. Unfortunately compression worked arbitrary,
worked on html only and worked even when I turned it off.
Please post your server.xml so we can see exactly what you conf
> From: Michael [mailto:sg...@gmx.net]
> Subject: HTTP Connector GZIP compression
>
> I am on tomcat 5.5.27. Unfortunately compression worked arbitrary,
> worked on html only and worked even when I turned it off.
Please post your server.xml so we can see exactly what you configured. Note
that t