Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 53356 invoked from network); 26 Jan 2003 11:58:26 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 26 Jan 2003 11:58:26 -0000 Received: (qmail 15854 invoked by uid 97); 26 Jan 2003 11:59:31 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 15791 invoked by uid 97); 26 Jan 2003 11:59:30 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 15779 invoked by uid 98); 26 Jan 2003 11:59:30 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Reply-To: From: "mech" To: "'Tomcat Users List'" Subject: RE: Tomcat 4.1.18/19 - How to activate gzip support? Date: Sun, 26 Jan 2003 12:58:02 +0100 Message-ID: <000301c2c532$31215560$0101a8c0@meduron700> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-reply-to: <88500E0F870AA542B6340D8BC05A9E1B16EEDA@rup.hugsmidjan.is> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (Wertung=-0.8, ben�tigt 5, IN_REP_TO, QUOTED_EMAIL_TEXT, SPAM_PHRASE_00_01) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Maybe let's go back to the more interesting original question, although it might be possible to use a filter for gzip,too. That was "how to enable gzip for Tomcat 4.1.19" Release notes say: [4.1.19] CoyoteConnector: Add HTTP/1.1 GZIP compression support. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.19-alph a/RELEASE-NOTES So great to hear, but which button to push to activate this "secret feature"? Didn't find a hint in the 4.1.19 documentation. Michael > -----Original Message----- > From: Reynir H=FCbner [mailto:reynir@hugsmidjan.is]=20 > Sent: Sonntag, 26. Januar 2003 12:15 > To: Tomcat Users List > Subject: RE: Tomcat 4.1.18/19 - How to activate gzip support? >=20 >=20 > No I was not telling you to use orion server, just to use the=20 > Tutorial, and it's code examples to implement the GZIP filter.=20 > I think that should be allright.. you should not have any=20 > license problems. >=20 > -r >=20 >=20 > > -----Original Message----- > > From: Madhava Reddy [mailto:Madhava_Reddy@icon-scm.com] > > Sent: 25. jan=FAar 2003 17:48 > > To: 'Tomcat Users List' > > Subject: RE: Tomcat 4.1.18/19 - How to activate gzip support? > >=20 > >=20 > > Reynir, > >=20 > > It looks Orion is not open sourse and free.. What about > > license issues, if we want to use for commertial purpose? > >=20 > > Madhav > >=20 > > -----Original Message----- > > From: Reynir H=FCbner [mailto:reynir@hugsmidjan.is] > > Sent: Saturday, January 25, 2003 3:28 PM > > To: Tomcat Users List > > Subject: RE: Tomcat 4.1.18/19 - How to activate gzip support? > >=20 > >=20 > > You could install a filter in your webapplication to do this. > > Check out the filter tutorials at www.orionserver.com > >=20 > > Specifically this one : > > http://www.orionserver.com/tutorials/filters/5.html > >=20 > >=20 > > Hope it helps > > -reynir > >=20 > > > -----Original Message----- > > > From: mech [mailto:mech@rz.fh-augsburg.de] > > > Sent: 24. jan=FAar 2003 23:33 > > > To: 'Tomcat Users List' > > > Subject: Tomcat 4.1.18/19 - How to activate gzip support? > > >=20 > > >=20 > > > Hi, > > >=20 > > > I'm currently using Tomcat 4.1.18 for my webapp quite=20 > successfully.=20 > > > Unfortunately one db output page is almost 60KB large=20 > (1/3 of it is=20 > > > only spaces and tabs) so I was thinking about trying=20 > Tomcat 4.1.19's=20 > > > new HTTP 1.1 gzip support. > > >=20 > > > I installed 4.1.19 and my webapp is running again, but=20 > how to enable=20 > > > gzip support? My Mozilla supports gzip according to header infos.=20 > > > But how do I find out if my pages really got compressed?=20 > Mozilla's=20 > > > page info still says encoding=3DISO... (although I'm not=20 > sure if this=20 > > > is because of the page content). Sorry, but I didn't see/feel any=20 > > > difference yet ;-) Did I forget something? > > >=20 > > > Anyhow I wonder how to activate gzip for the connector? Shouldn't=20 > > > there be some kind of attribute in server.xml to set for=20 > > > className=3D"org.apache.coyote.tomcat4.CoyoteConnector"... ?=20 > > > But I saw nothing in the documentation like "enableGZIP=3Dtrue". > > >=20 > > > I also read that there was (is?) a filter servlet available=20 > > > somewhere to be used for on-the-fly gzip compression. Where can I=20 > > > get some more info how to obtain it and set it up, if I=20 > wouldn't use=20 > > > the http connector support? > > >=20 > > > Any ideas about this. > > > Michael > > >=20 > > >=20 > > >=20 > > >=20 > > > -- > > > To unsubscribe, e-mail: =20 > > > unsubscribe@jakarta.apache.org> > > > For > > > additional commands, > > > e-mail: > > >=20 > > >=20 > >=20 > > -- > > To unsubscribe, e-mail: > > unsubscribe@jakarta.apache.org> > > For=20 > > additional commands,=20 > > e-mail: > >=20 >=20 > -- > To unsubscribe, e-mail: =20 > unsubscribe@jakarta.apache.org> > For=20 > additional commands,=20 > e-mail: >=20 -- To unsubscribe, e-mail: For additional commands, e-mail: