Hi, the real question is whether you really need your your application to handle compression. Compression is normally independant from the application and should be handled on another layer. I would delegate this task to the HTTP-Server (e.g., using mod_gzip on apache) or, if for some reason this is not possible, at least to the application server (see e.g. http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html ).
Regards, Ulrich Elsner On Tue, 22 Feb 2005 20:40:34 +0100, Mark <[EMAIL PROTECTED]> wrote: > Hi there, > > I am fairly new to Struts and was wondering how to configure a struts > application to use gzip compression on the HTML which is served back > to the browser? This is fairly simple to do with regular servlets, but > I haven't been able to find any information on how to do this with a > struts app. Any advice or pointers would be greatly appreciated. > Thanks! > > cheers, > Mark > > --------------------------------------------------------------------- > 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]