> > Doug Cutting wrote: > >> + using GZIPOutputStream where possible but make it configurable > > > > > > That would be good. This can be done without changing > anything else > > using servlet filters, no? > > Tomcat does this out of the box, just by switching a parameter in the > Context definition (server.xml). >
To configure this, see <http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html> and search for "compression". Resin also has a filter: configure the com.caucho.http.filter.GzipFilter for your webapp (although I've never tried this). Nick ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
