Servlet filters may be a very good idea for my problem.
mod-gzip is used -as far as I know- just to compress files when a .gz
version exists, which means it won't do anything for dynamic content, unless
the dynamic content is output in a file, which is not scalable nor
efficient.
Thanks a lot for your help.
L. QUERAN
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 1:27 PM
Subject: Re: GZIP, JSP and servlet
>
> I think the latest servlet spec. brings the concept of "filters" which you
> can install as the post-processor for your output streams. Tomcat 4.0
> should have support for this (and as far as I remember one sample filter
> that comes with it is the GZIP filter).
>
> Also Apache should have a way for this (mod_gzip?)
>
>