Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 22643 invoked from network); 20 May 2005 16:16:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 May 2005 16:16:00 -0000 Received: (qmail 83282 invoked by uid 500); 20 May 2005 16:15:26 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 83243 invoked by uid 500); 20 May 2005 16:15:25 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 83230 invoked by uid 99); 20 May 2005 16:15:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from raq2.mylinuxisp.com (HELO raq2.mylinuxisp.com) (216.39.194.21) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 20 May 2005 09:15:19 -0700 Received: from BJGUILLOT ([69.15.152.50]) by www.intermedix.org (8.10.2/8.10.2) with ESMTP id j4KGEm528698 for ; Fri, 20 May 2005 11:14:48 -0500 Message-Id: <200505201614.j4KGEm528698@raq2.mylinuxisp.com> Reply-To: From: "B.J. Guillot" To: Subject: Problems with gzip compression with Apache/Tomcat cluster and Firefox Date: Fri, 20 May 2005 11:14:52 -0500 Organization: Intermedix MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C55D2D.2810D370" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcVdVw2WOuGUTX3gQs+hUA/IQ8fG6g== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0000_01C55D2D.2810D370 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit We have recently been experimenting with enabling gzip/deflate compression via our Apache/Tomcat cluster, but have encountered some problems with the way the compression works with the Firebox browser. When Firefox brings up a compressed page for the first time, it looks fine. If they reload a static html page, bizarre things start to happen. In some cases, garbage just gets displayed on screen (looks like the actual gzip encoded stream), and other times Firefox displays a dialog box asking if you want to download the html files. When IE is used, it works fine. Some background: Running two-node Tomcat 5.5.4 cluster using JK2 2.0.4 protocol to communicate back to Apache2 2.0.52 for load balancing. Browsers tried were Firefox 1.0.3 and Internet Explorer 6.0. If I use Tomcat's gzip compression alone with Firefox, it works fine. It's only when we through in Apache and JK2 into the mix with the cluster that Firefox displays charged. It seems to be an issue related to the way that compressed pages get cached. I'm not sure if the problem lies with Tomcat, Apache, JK2, or Firefox itself. Can anyone provide some pointers? Thanks. Regards, B.J. Guillot ------=_NextPart_000_0000_01C55D2D.2810D370--