On Tue, May 12, 2009 at 4:58 PM, Rainer Jung  wrote:
> On 12.05.2009 22:33, Stephen More wrote:
>> I have a flash application ( Macromedia Breeze Presentation ) that is
>> working fine when I access it directly from tomcat's port 8080.
>>
>> When I access it through apache using mod_jk, IE loads some of the
>> flash files, but not all.
>> The problem is only appearing with IE, it is working fine with Firefox.
>>
>> Here are my options:
>> JkOptions     +ForwardKeySize +ForwardURICompat -ForwardDirectories
>>
>> Could this be a mod_jk issue or should I be looking at something else ?

I found a solution.

I needed to remove the following from my apache httpd config:
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/html

I guess a better solution might be:
  http://www.robertswarthout.com/2007/05/ie-6-apache-mod_deflate-blank-pages/

-Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to