Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 43916 invoked by uid 500); 2 May 2001 19:01:42 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38708 invoked from network); 2 May 2001 18:43:42 -0000 Received: from postfix1-2.free.fr (213.228.0.130) by h31.sny.collab.net with SMTP; 2 May 2001 18:43:42 -0000 Received: from queran (rennes-1-a7-21-97.dial.proxad.net [213.228.21.97]) by postfix1-2.free.fr (Postfix) with SMTP id 53C22102994 for ; Wed, 2 May 2001 20:43:42 +0200 (CEST) Message-ID: <001201c0d335$e3a458e0$6115e4d5@queran> From: =?iso-8859-1?Q?C=E9cile_QUERAN?= To: References: Subject: Re: GZIP, JSP and servlet Date: Wed, 2 May 2001 20:29:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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: To: 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?) > >