RE: GZipping JSF Response

2009-04-17 Thread Madhav Bhargava
> -Original Message- > From: Simon Kitching [mailto:skitch...@apache.org] > Sent: Friday, April 17, 2009 7:50 PM > To: MyFaces Discussion > Subject: Re: GZipping JSF Response > > Madhav Bhargava schrieb: > > Hi Cagatay, > > > > > > > >

Re: GZipping JSF Response

2009-04-17 Thread Simon Kitching
Madhav Bhargava schrieb: > Hi Cagatay, > > > > I tried using the GZipFilter that comes along with ehcache as well. I > configured the filter in web.xml and the mapping URL was just “*.jsf”. > It used to give the same problem. Somehow the gzipped content is getting > written to the IDE console i

RE: GZipping JSF Response

2009-04-17 Thread Madhav Bhargava
se contains generated HTML) Thanks, Madhav > -Original Message- > From: Adrian Mitev > [mailto:adrian.mi...@googlemail.com<mailto:adrian.mi...@googlemail.com>] > Sent: Friday, April 17, 2009 5:31 PM > To: MyFaces Discussion > Subject: Re: GZipping JSF Response >

Re: GZipping JSF Response

2009-04-17 Thread Cagatay Civici
; > -Original Message- > > From: Adrian Mitev [mailto:adrian.mi...@googlemail.com] > > Sent: Friday, April 17, 2009 5:31 PM > > To: MyFaces Discussion > > Subject: Re: GZipping JSF Response > > > > What application server do you use?

RE: GZipping JSF Response

2009-04-17 Thread Madhav Bhargava
response contains generated HTML) Thanks, Madhav > -Original Message- > From: Adrian Mitev [mailto:adrian.mi...@googlemail.com] > Sent: Friday, April 17, 2009 5:31 PM > To: MyFaces Discussion > Subject: Re: GZipping JSF Response > > What application server do you use? W

Re: GZipping JSF Response

2009-04-17 Thread Adrian Mitev
What application server do you use? Websphere? On Fri, Apr 17, 2009 at 2:38 PM, Madhav Bhargava wrote: > Hi All, > > > > I have a heavy page and I am trying to reduce the response size by gzipping > the Http Response going back to the client from the server. > > Since I cannot install mod_deflate

GZipping JSF Response

2009-04-17 Thread Madhav Bhargava
Hi All, I have a heavy page and I am trying to reduce the response size by gzipping the Http Response going back to the client from the server. Since I cannot install mod_deflate/mod_gzip on IBM HTTP server I have tried to use the GZipFilter (provided by ehcache) and I also tried to create my ow