Step one - turn gzip off Step two - get apache taking to one another OK without gzip Step three- turn gzip back on and make sure dechunking is enabled. Tomcat returns its data chunked. mod_gzip doesn't understand chunked data unless you have the following: ################################ mod_gzip_dechunk Yes ################################
gzip documentation page: http://www.remotecommunications.com/apache/mod_gzip/src/1.3.19.1a/commands.txt Zabel, Ian wrote: > I did a little searching with Google on configuring mod_gzip to work with > Tomcat and mod_jk, but only found one message thread concerning a guy who > couldn't get it working. > > Is it possible to use mod_gzip with Tomcat and the mod_jk connector, and > where can I find a good resource on this? > > Ian. > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
