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 filter filter-nameGzipFilter/filter-name filter-classorg.mortbay.servlet.GzipFilter/filter-class init-param param-namemimeTypes/param-name

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 mechrav...@yahoo.co.in wrote: Hi, I tried by including the following filter tag

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 kiwio...@gmail.com 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

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

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 lb...@reallywow.com wrote: Hi, I thought I'd try turning