Re: gzip compression on HTML

2005-02-23 Thread Ulrich Elsner
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

gzip compression on HTML

2005-02-22 Thread Mark
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 ap