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
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
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
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
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