Re: RES: Problems with gzip compression with Apache/Tomcat cluster and Firefox

2005-09-22 Thread Tim Funk
You need mod_gzip or mod_deflate(?) if your using apache in front of tomcat (via jk) -Tim Acácio Furtado Costa wrote: Hi We're having problems to configure gzip using TC559/Apache Cluster... We moved the compression=on and others gzip declarations from connector 80 to 8009 in all Tomcat

RES: Problems with gzip compression with Apache/Tomcat cluster and Firefox

2005-09-21 Thread Acácio Furtado Costa
Hi We're having problems to configure gzip using TC559/Apache Cluster... We moved the compression=on and others gzip declarations from connector 80 to 8009 in all Tomcat Servers but it seems that Apache isn't serving gzipped html... Do we also need to make any gzip configurations (mod_gzip

Re: HTTP/1.1 GZIP compression and its impact on server

2005-08-09 Thread Peddireddy Srikanth
I thought our discussion on GZIP is almost complete untill one of collegue said that , just enabling it by adding required attributes for connector tag in server.xml is not enough, but we need tp do some coding too probably using some filters . Is this true?? But the documentation doesnt speak

Re: HTTP/1.1 GZIP compression and its impact on server

2005-08-09 Thread Ronald Klop
discussion on GZIP is almost complete untill one of collegue said that , just enabling it by adding required attributes for connector tag in server.xml is not enough, but we need tp do some coding too probably using some filters . Is this true?? But the documentation doesnt speak anything about this. so

Re: HTTP/1.1 GZIP compression and its impact on server

2005-08-03 Thread Peddireddy Srikanth
thanks for the help Ya I agree with you in bandwidth and responsiveness issue. We started using GZIP in test environment and most probably we would go into prodcution with compression turned on. Thanks again for your help Srikanth On 8/3/05, George Sexton [EMAIL PROTECTED] wrote: Yes. In my

Re: HTTP/1.1 GZIP compression and its impact on server

2005-08-02 Thread Peddireddy Srikanth
Hi , On 8/1/05, George Sexton [EMAIL PROTECTED] wrote: Our App does GZIP compression. I actually did some real testing on using it. Here's what we tell our customers: Enable GZIP Compression Enabling this option will cause Connect Daily to send web pages to the browser compressed

RE: HTTP/1.1 GZIP compression and its impact on server

2005-08-01 Thread George Sexton
Our App does GZIP compression. I actually did some real testing on using it. Here's what we tell our customers: Enable GZIP Compression Enabling this option will cause Connect Daily to send web pages to the browser compressed in the GZIP format. This can result in a compression factor of six (6

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-29 Thread Ronald Klop
at all. Ronald. On Fri Jul 29 04:20:35 CEST 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: thanx for ur help i will go forward in using GZIP for my application. can you tell me what would be the ideal page (or image or what ever it may be) size over which we can apply compression

RE: HTTP/1.1 GZIP compression and its impact on server

2005-07-29 Thread Peter Crowther
From: Ronald Klop [mailto:[EMAIL PROTECTED] Ethernet uses packets of 1500 bytes, this includes some headers. So if your html is smaller than about 1400 bytes your are sending the same number of packets over your network with or without compression. Not entirely true, as for Internet use

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-29 Thread David Rees
On 7/29/05, Ronald Klop [EMAIL PROTECTED] wrote: Compressing images is useless. We compress css and javascript and don't have problems with it, but our customers use quite new browsers, because the application doesn't work in pre-mozilla/pre-ie-5.5 at all. I've had problems with

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-28 Thread Peddireddy Srikanth
thanx for ur help i will go forward in using GZIP for my application. can you tell me what would be the ideal page (or image or what ever it may be) size over which we can apply compression, so that we dont waste resources compressing smaller pages. I think may be compressing each and every page

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-28 Thread David Rees
On 7/28/05, Peddireddy Srikanth [EMAIL PROTECTED] wrote: can you tell me what would be the ideal page (or image or what ever it may be) size over which we can apply compression, so that we dont waste resources compressing smaller pages. I think may be compressing each and every page will

HTTP/1.1 GZIP compression and its impact on server

2005-07-26 Thread Peddireddy Srikanth
Hi all, Iam planning to turn on the HTTP/1.1 GZIP compression for my application by setting the compression attribute of http connector. Iam sure that this will reduce my bandwidth requirements. But I have a doubt. Is Compressing the responses will eat away many CPU cycles and affect my

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-26 Thread Tim Funk
It will eat up CPU, but you also save CPU by not having to transmit those extra bytes. Its always a good idea to GZIP. -Tim Peddireddy Srikanth wrote: Hi all, Iam planning to turn on the HTTP/1.1 GZIP compression for my application by setting the compression attribute of http connector. Iam

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-26 Thread Ronald Klop
, Iam planning to turn on the HTTP/1.1 GZIP compression for my application by setting the compression attribute of http connector. Iam sure that this will reduce my bandwidth requirements. But I have a doubt. Is Compressing the responses will eat away many CPU cycles and affect my throughput

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-26 Thread Ronald Klop
@jakarta.apache.org wrote: It will eat up CPU, but you also save CPU by not having to transmit those extra bytes. Its always a good idea to GZIP. -Tim Peddireddy Srikanth wrote: Hi all, Iam planning to turn on the HTTP/1.1 GZIP compression for my application by setting the compression attribute of http

Decompressing a gzip compressed request body

2005-07-10 Thread Adi Gati
Hi all, I am using Tomcat4. Does anyone know how to enable decompression of a GZIP request body? I fail to open a GZIPInputStream on the request.getInputStream(). Is there a Filter I can use? How can I use it? Thanks, Adi.

Problems with gzip compression with Apache/Tomcat cluster and Firefox

2005-05-20 Thread B.J. Guillot
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

Trying to disable Coyote gzip compression only when there is a server response status code of 500...

2005-03-22 Thread Eric Butler
First of all, thanks to all the developers and users that have contributed to Tomcat. It's quite an amazing piece of software. I'll start by telling you why I am trying to do this, what approaches I have taken in my attempts to do it, and then I'll ask for some suggestions on other approaches

Re: Trying to disable Coyote gzip compression only when there is a server response status code of 500...

2005-03-22 Thread Remy Maucherat
On Tue, 22 Mar 2005 13:39:55 -0500, Eric Butler [EMAIL PROTECTED] wrote: First of all, thanks to all the developers and users that have contributed to Tomcat. It's quite an amazing piece of software. I'll start by telling you why I am trying to do this, what approaches I have taken in my

Re: Trying to disable Coyote gzip compression only when there is a server response status code of 500...

2005-03-22 Thread Eric Butler
see inline comments regarding HttpServletResponseWrapper Remy Maucherat wrote: On Tue, 22 Mar 2005 13:39:55 -0500, Eric Butler [EMAIL PROTECTED] wrote: First of all, thanks to all the developers and users that have contributed to Tomcat. It's quite an amazing piece of software. I'll start by

GZip compression in 4.1.27 ..

2004-10-25 Thread Ben Bookey
Dear Ladies and Gentlemen, This is a follow-on for a question from last week, but as its now on a different-page of the mailing list. I decided to post another new questions, so no-one misses it. 1) Below is an original extract of my tomcat 4.1.27 server.xml. I want to enable compression in my

Re: GZip compression in 4.1.27 ..

2004-10-25 Thread Dave Been
I posted last week I tried compression=on compression=force and compression=5 for compress output if 5 bytes without any success. Note that your client must send the header Accept-encoding: gzip for a web server to consider you as able to consume it. i use Accept-encoding: gzip

Re: GZip compression in 4.1.27 ..

2004-10-25 Thread Jacob Kjome
I'm not 100% sure of this, but I don't think GZIP compression was added to the connector until Tomcat 5.0.xx. Look at the appropriate docs to verify this. Either way, you can always write a servlet filter to do the compression. This way you don't have to worry about whether Tomcat (or any other

RE: GZip compression in 4.1.27 ..

2004-10-25 Thread Shapira, Yoav
: GZip compression in 4.1.27 .. I'm not 100% sure of this, but I don't think GZIP compression was added to the connector until Tomcat 5.0.xx. Look at the appropriate docs to verify this. Either way, you can always write a servlet filter to do the compression. This way you don't have to worry about

Automatic gzip of tomcat logs in Linux?

2004-04-01 Thread Rhino
Does Tomcat automatically gzip its logs on Linux Mandrake? I noticed something odd in the Tomcat logs recently on our Linux server: apparently, every week (on Saturday), a process is coming along and gzipping all of the files in the logs directory of Tomcat. The system administrator says he

Re: Automatic gzip of tomcat logs in Linux?

2004-04-01 Thread QM
On Thu, Apr 01, 2004 at 01:33:09PM -0500, Rhino wrote: : It would surprise me if Tomcat is the culprit here since Tomcat 4.1.24 on my : Windows XP doesn't zip its logs but I thought I'd ask anyway. If anyone else : is using Tomcat 4.1.x on Mandrake, maybe you can suggest an alternate cause : for

Re: Automatic gzip of tomcat logs in Linux?

2004-04-01 Thread Rhino
expect to see a light bulb go on over his head when he hears your theory ;-) Thanks again! Rhino - Original Message - From: QM [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 01, 2004 2:00 PM Subject: Re: Automatic gzip of tomcat logs in Linux? On Thu

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-12-01 Thread Mike Baroukh
replied directly to the client (so I think ...). There was many message on newsgroups about this. We had to adapt the sample gzip filter provided with tomcat. Mike Baroukh Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - ICQ: 105910677 http://www.cardiweb.com -- Les ruines

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-12-01 Thread Tim Funk
somebody already used mod_gzip with Apache Tomcat ? I use it with Resin, but it was not possible with tomcat because mod_jk replied directly to the client (so I think ...). There was many message on newsgroups about this. We had to adapt the sample gzip filter provided with tomcat

RE: GZIP-encoding/mod_gzip and Tomcat??

2003-12-01 Thread Subir Sengupta
If you're using Apache 2.x then you need mod_deflate http://httpd.apache.org/docs-2.0/mod/mod_deflate.html Subir -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 8:12 AM To: Tomcat Users List Subject: Re: GZIP-encoding/mod_gzip and Tomcat

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Antonio Fiol Bonnín
Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a ServletFilter, and a HttpServletResponse wrapper to achieve the same results. Look into java.util.zip.* -- I never said it was easy ;-) Antonio Fiol

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Jacob Kjome
The Coyote connector supports this already. No need to write a servlet filter. Look in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Ron Andersen
in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a ServletFilter, and a HttpServletResponse wrapper to achieve the same results. Look into java.util.zip

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Remy Maucherat
Ron Andersen wrote: Thanks! I was reading the Wrox's Professional Tomcat book and it states that Tomcat's web servers does not support Virtual Hosts. Does it now support Virtual Hosts? The book is wrong: even Tomcat 4.0 supported vhosts. -- x Rémy Maucherat Senior

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Jacob Kjome
in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a ServletFilter, and a HttpServletResponse wrapper to achieve the same results. Look into java.util.zip

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Ron Andersen
support Virtual Hosts? Jacob Kjome wrote: The Coyote connector supports this already. No need to write a servlet filter. Look in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread QM
: site:jakarta.apache.org tomcat gzip -QM -- C++ / Java / SSL http://www.brandxdev.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Trenton D. Adams
. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a ServletFilter, and a HttpServletResponse wrapper to achieve the same results. Look into java.util.zip.* -- I never said it was easy

GZIP-encoding/mod_gzip and Tomcat??

2003-11-28 Thread Ron Andersen
Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? - Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-28 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html or http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/coyote.html See property compression. -Tim Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server

gzip compression in Coyote on 4.1.24

2003-04-01 Thread Ronald Klop
Hello, Sorry if this is send twice, but I think my previous mail got lost in cyberspace somewhere. (Can't even find it in my Sent-box.) I'm trying to use gzip compression with tomcat 4.1.24. And it doesn't work, because it checks if content-type is 'text/html', but this fails if the content

gzip compression in Coyote from 4.1.24

2003-04-01 Thread Ronald Klop
Hello, Can somebody confirm if gzip compression works in Tomcat 4.1.24? I have found that it is not working if the Content-Type contains extra info like ';charset=us-ascii'. The only bug reports I can find about this are: 18073 (made by myself) and 2820 [1]. I am wondering if other people

GZIP support in Coyote HTTP/1.1?

2003-03-17 Thread Ronald Klop
Hello, The RELEASE-NOTES state: [4.1.19] CoyoteConnector: Add HTTP/1.1 GZIP compression support. Is this in org.apache.coyote.tomcat4.CoyoteConnector or in another connector? I can't find an option to enable it and it doesn't seem to be enabled by default. Am I missing something

Re: GZIP support in Coyote HTTP/1.1?

2003-03-17 Thread Bill Barker
Ronald Klop [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, The RELEASE-NOTES state: [4.1.19] CoyoteConnector: Add HTTP/1.1 GZIP compression support. Is this in org.apache.coyote.tomcat4.CoyoteConnector or in another connector? I can't find an option to enable

Re: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-30 Thread Marco Baiguera
AM Subject: Tomcat 4.1.18/19 - How to activate gzip support? Hi, I'm currently using Tomcat 4.1.18 for my webapp quite successfully. Unfortunately one db output page is almost 60KB large (1/3 of it is only spaces and tabs) so I was thinking about trying Tomcat 4.1.19's new HTTP 1.1 gzip

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-30 Thread mech
What parameter did you set? Nobody seems to know how to activate gzip support for 4.1.19... (Hope you didn't try enableGZIP=true *g*) Actually that's the question... How to activate this gzip feature? The release-notes say that the coyote connector would support gzip now, but nowhere i found how

Re: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-30 Thread Marco Baiguera
port=8080 protocolHandlerClassName=org.apache.coyote.http11.Http11Protocol proxyPort=0 redirectPort=8443 scheme=http secure=false tcpNoDelay=true useURIValidationHack=false i guess the compression parameter could enable gzip compression. setting to on has no effect. later i'll try compression

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-30 Thread mech
PROTECTED]] Sent: Donnerstag, 30. Januar 2003 15:57 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Tomcat 4.1.18/19 - How to activate gzip support? from 4.1.19 LE (windows) default server.xml Connector className=org.apache.coyote.tomcat4.CoyoteConnector acceptCount=100 bufferSize

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-26 Thread Reynir Hübner
No I was not telling you to use orion server, just to use the Tutorial, and it's code examples to implement the GZIP filter. I think that should be allright.. you should not have any license problems. -r -Original Message- From: Madhava Reddy [mailto:[EMAIL PROTECTED]] Sent: 25

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-26 Thread mech
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

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-25 Thread Reynir Hübner
. janúar 2003 23:33 To: 'Tomcat Users List' Subject: Tomcat 4.1.18/19 - How to activate gzip support? Hi, I'm currently using Tomcat 4.1.18 for my webapp quite successfully. Unfortunately one db output page is almost 60KB large (1/3 of it is only spaces and tabs) so I was thinking about

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-25 Thread Madhava Reddy
- How to activate gzip support? You could install a filter in your webapplication to do this. Check out the filter tutorials at www.orionserver.com Specifically this one : http://www.orionserver.com/tutorials/filters/5.html Hope it helps -reynir -Original Message- From: mech [mailto

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-25 Thread Jacob Kjome
stream. For some reason, the GZip filter in the examples webapp that comes with Tomcat works, but there is so much going on in that one that it is difficult to understand and it doesn't really report the original size of the response and the new GZipped size so I'm not actually positive it is doing

Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-24 Thread mech
Hi, I'm currently using Tomcat 4.1.18 for my webapp quite successfully. Unfortunately one db output page is almost 60KB large (1/3 of it is only spaces and tabs) so I was thinking about trying Tomcat 4.1.19's new HTTP 1.1 gzip support. I installed 4.1.19 and my webapp is running again, but how

RE: GZIP filter problem....

2003-01-07 Thread Cox, Charlie
did you look at CompressionFilter.java that is part of the examples distributed with Tomcat? Charlie -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 8:22 PM To: Tomcat Users List Subject: GZIP filter problem I'm trying to use

RE: GZIP filter problem....

2003-01-07 Thread Jacob Kjome
(although it logs lots of other stuff). I'll continue to investigate, however, I guess my point is that I've seen a good number of examples of how to do the GZIP compression and the example I am following pretty much does exactly what all of them recommend. There is one from More Servlets

RE: GZIP filter problem....

2003-01-07 Thread Cox, Charlie
try setting the encoding before you request the output stream. You may be losing the header by requesting the output stream first. httpResponse.setHeader(Content-Encoding, gzip); OutputStream out = response.getOutputStream(); I know you can't set headers after writing

RE: GZIP filter problem....

2003-01-07 Thread Cox, Charlie
servlet set the content-length for your static file and that could be why it worked and not your servlet. overall: httpResponse.setHeader(Vary, Accept-Encoding); httpResponse.setHeader(Content-Encoding, gzip); OutputStream out = response.getOutputStream(); ... response.setContentLength(compressed.size

RE: GZIP filter problem....

2003-01-07 Thread Jacob Kjome
, in all cases where I am GZIP'ing content, I reset the contentLength() as above. It works with the static html files but not with content served by .jsp or my servlets. overall: httpResponse.setHeader(Vary, Accept-Encoding); httpResponse.setHeader(Content-Encoding, gzip); OutputStream out

RE: GZIP filter problem....

2003-01-07 Thread Jacob Kjome
. This was with specifying the compressed header after I did response.getOuputStream() but before I actually wrote the data. So, that validates that my GZIP filter generally works correctly. The curious thing is that I also tried it with a simple .jsp page. I got the same sort of garbled data as I got when

GZIP filter problem....

2003-01-06 Thread Jacob Kjome
I'm trying to use a GZIP servlet filter under Tomcat-4.1.18. I am basing this filter on an existing example at Orion ( http://www.orionserver.com/tutorials/filters/5.html ) It GZIPs fine and, in my debugging, I can decompress the data back to what it was originally (more on that below

gzip compression

2002-03-26 Thread Pascal Echevest
I've developped a HTTP client which is able to send to a servlet HTTP requests with gzip compressed data. So, the servlet reads the gzipped stream, does its tasks and sends back a result as a gzipped stream to the client. This works fine with two other Web server/Application server couples

Tomcat - SSL + gzip?

2001-06-06 Thread Lance Dyas
SSL... and a servlet on Tomcat, what version is required and how does one set it up?

Re: GZIP, JSP and servlet

2001-05-02 Thread sayguney
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

Re: GZIP, JSP and servlet

2001-05-02 Thread Cécile QUERAN
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

GZIP, JSP and servlet

2001-05-01 Thread Cécile QUERAN
Is there a way to gzip the output of a JSP ? Based on the HTTP Accept-Encoding header field, I open a GZIPOutputStream if supported by the client browser, and I send the response.getOutputStream in it. This is within a servlet. When I just write directly in the GZIPOutputStream, it works fine

Re: GZIP, JSP and servlet

2001-05-01 Thread John Clark L. Naldoza
Cécile QUERAN wrote: Is there a way to gzip the output of a JSP ? Based on the HTTP Accept-Encoding header field, I open a GZIPOutputStream if supported by the client browser, and I send the response.getOutputStream in it. This is within a servlet. When I just write directly

Re: gzip

2001-03-08 Thread Andy Armstrong
I tried mod_gzip but haven't had any success with it. I'd certainly be interested to hear about any success anyone's had. "Parayali, Jayesh 1065" wrote: Anybody had any luck with gzip in JSP? Thanks, Jayesh -- Andy Armstro

Re: gzip

2001-03-08 Thread Dominique BATARD
Title: gzip I tried it, and it was working . But I noticed an apache slow down Dom - Original Message - From: Parayali, Jayesh 1065 To: '[EMAIL PROTECTED]' Sent: Thursday, March 08, 2001 3:59 AM Subject: gzip Anybody had any luck with gzip in JSP

RE: gzip

2001-03-08 Thread Parayali, Jayesh 1065
Title: RE: gzip How did your mod_gzip_item_include look like for JSP -Original Message- From: Dominique BATARD [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 6:08 AM To: [EMAIL PROTECTED] Subject: Re: gzip I tried it, and it was working . But I noticed an apache slow down

RE: ȸ½Å: gzip

2001-03-08 Thread Parayali, Jayesh 1065
Title: RE: ȸ½Å: gzip I want to send the jsp response in gzip format. -Original Message- From: ??? [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 7:20 PM To: [EMAIL PROTECTED] Subject: ȸ½Å: gzip If you want to handle gzip files in JSP, you can use java.util.zip

gzip

2001-03-07 Thread Parayali, Jayesh 1065
Title: gzip Anybody had any luck with gzip in JSP? Thanks, Jayesh

ȸ½Å: gzip

2001-03-07 Thread ???
If you want to handle gzip files in JSP, you can use java.util.zip.* classes directly. Martin -?? ???- ?? ??: Parayali, Jayesh 1065 [mailto:[EMAIL PROTECTED]] ?? ??: Thursday, March 08, 2001 11:59 AM ?? ??: '[EMAIL PROTECTED]' ??: gzip Anybody had any luck with gzip in JSP

Gzip

2000-12-28 Thread Matt B
I want to use GZip compression on JSP page. I've done this with a servlet using the following code: OutputStream out1 = response.getOutputStream(); out = new PrintWriter(new GZIPOutputStream(out1), false); response.setHeader("Content-Encoding", "gzip"); ...

RE: Gzip

2000-12-28 Thread Tim Cronin
%@ page import="package.GZIPOutputStream" % %@ page import="java.io.OutputStream" % % OutputStream out1 = response.getOutputStream(); out = new PrintWriter(new GZIPOutputStream(out1), false); /*you should use the response.setContentType() */ response.setHeader("

Re: Gzip

2000-12-28 Thread Matt B
response.setHeader("Content-Encoding", "gzip"); % I had already tried that but the problem is that I get this error: org.apache.jasper.JasperException: Unable to compile class for JSPD:\jaka