No need for it in the connector if you're using apache! :) You can get a mod_gzip module and do it from Apache which would probably be faster.


Jacob Kjome wrote:

The Coyote connector supports this already. No need to write a servlet filter. Look in server.xml or the tomcat docs for details.


Jake

At 03:16 PM 11/30/2003 +0100, you wrote:

Ron Andersen wrote:

Is GZIP-encoding/mod_gzip avaliable in Tomcats web server?


Hello,


You can write a ServletFilter, and a HttpServletResponse wrapper to achieve the same results.

Look into java.util.zip.*

-- I never said it was easy ;-)

Antonio Fiol


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




__ This communication is intended for the use of the recipient to whom it
is addressed, and may contain confidential, personal, and or privileged
information. Please contact us immediately if you are not the intended
recipient of this communication, and do not copy, distribute, or take
action relying on it. Any communications received in error, or
subsequent reply, should be deleted or destroyed.
---


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to