Re: Gzip compression take 2

2009-04-10 Thread Michael
Bill Barker wrote: By any chance are you using the APR connector? If so, it will use sendfile (unless explicitly disabled) for large static files which bypasses the connector compression logic. Bill, you are a genius. I do have the APR connector running and use sendfile was the real issue h

Re: Gzip compression take 2

2009-04-09 Thread Bill Barker
By any chance are you using the APR connector? If so, it will use sendfile (unless explicitly disabled) for large static files which bypasses the connector compression logic. "Michael" wrote in message news:49de445c.3050...@gmx.net... > Hi folks, > > I recently had a discussion with Chuck abou

RE: Gzip compression take 2

2009-04-09 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: Gzip compression take 2 > > > for chunked encoding specify a connector that supports HTTP 1.1 > protocol .. All Tomcat HTTP connectors support the 1.1 protocol. > tut diese Hilfe? Nein. - Chuck T

RE: Gzip compression take 2

2009-04-09 Thread Martin Gainty
aucune responsabilité pour le contenu fourni. > Date: Thu, 9 Apr 2009 22:38:37 +0200 > From: sg...@gmx.net > Subject: Re: Gzip compression take 2 > To: users@tomcat.apache.org > > > sg...@gmx.net wrote: > > >> This is working for me with 5.5.27 : > > >

Re: Gzip compression take 2

2009-04-09 Thread sgfan
> sg...@gmx.net wrote: > >> This is working for me with 5.5.27 : > >> > >> >> port="80" > >> redirectPort="443" > >> debug="0" > >> connectionTimeout="2" > >>compressableMimeType="text/css,text/javascript" > >>maxPostSize="10485760" > >>> >

Re: Gzip compression take 2

2009-04-09 Thread George Sexton
George Sexton wrote: sg...@gmx.net wrote: This is working for me with 5.5.27 : there is no compression="on", did I miss something? You're right. I didn't copy this from my running configuration and the file was mission that. I'm having a day. "Missing". -- George Se

Re: Gzip compression take 2

2009-04-09 Thread George Sexton
sg...@gmx.net wrote: This is working for me with 5.5.27 : there is no compression="on", did I miss something? You're right. I didn't copy this from my running configuration and the file was mission that. -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http:

Re: Gzip compression take 2

2009-04-09 Thread sgfan
> This is working for me with 5.5.27 : > >port="80" > redirectPort="443" > debug="0" > connectionTimeout="2" > compressableMimeType="text/css,text/javascript" > maxPostSize="10485760" > > > there is no compression="on", did I

Re: Gzip compression take 2

2009-04-09 Thread George Sexton
This is working for me with 5.5.27 : Michael wrote: Hi folks, I recently had a discussion with Chuck about, in my opion, the faultly gzip compression filter in the Connector. Unfortunately, the discussion ended without a solution for the problem. Basically, Tomcat fails to compre