Servlet filters (javax.servlet.Filter) lets you do this. But... this is available in Servlets 2.3 and not in any earlier servlet specs. So check if your container provides support for 2.3 This link may give you some start but a google search would give you much more.
http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html -----Original Message----- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 4:45 PM To: Struts Users Mailing List Subject: Re: HTTP Compression Shailender Jain wrote: >Hi, > >I know this is not the right place to ask this question. > >Has anybody ever used HTTP compression and image compression techniques >so that the web page is downloaded extremely fast. > >Any pointers on this will be really helpful. > >Shailender Jain > > If youre using apache you can search on this modules : mod_gunzip or mod_gzip. /||/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]