Re: Using jetty's GzipFilter in the example solr.war

2012-03-30 Thread Dmitry Kan
you didn't say, which jetty version you are using. This blog post tells how to configure depending on it: http://blog.max.berger.name/2010/01/jetty-7-gzip-filter.html On Fri, Mar 30, 2012 at 3:00 PM, mechravi25 wrote: > Hi, > > I tried by including the following filter tag inside the web.xml in

Re: Using jetty's GzipFilter in the example solr.war

2012-03-30 Thread mechravi25
Hi, I tried by including the following filter tag inside the web.xml in the /apache-solr-1.5-dev/example/work/Jetty/webapp/WEB-INF GzipFilter org.mortbay.servlet.GzipFilter mimeTypes text/html,text/plain,text/xml,application/xhtml+xml,text/css,application/javascript,ima

Re: Using jetty's GzipFilter in the example solr.war

2010-11-15 Thread Jay Luker
On Sun, Nov 14, 2010 at 12:49 AM, Kiwi de coder wrote: > try to put u filter on top of web.xml (instead of middle or bottom), i try > this few day and it just only a simple solution (not sure is a spec to put > on top or is a bug) Thank you. An explanation of why this worked is probably better e

Re: Using jetty's GzipFilter in the example solr.war

2010-11-13 Thread Kiwi de coder
try to put u filter on top of web.xml (instead of middle or bottom), i try this few day and it just only a simple solution (not sure is a spec to put on top or is a bug) hope this help. kiwi On Sat, Nov 13, 2010 at 8:11 PM, Jay Luker wrote: > Hi, > > I thought I'd try turning on gzip compressi

Using jetty's GzipFilter in the example solr.war

2010-11-13 Thread Jay Luker
Hi, I thought I'd try turning on gzip compression but I can't seem to get jetty's GzipFilter to actually compress my responses. I unpacked the example solr.war and tried adding variations of the following to the web.xml (and then rejar-ed), but as far as I can tell, jetty isn't actually compressin