traigo Report post Posted April 8, 2008 We are using webwork (struts) for our SSL web app. Firefox is able to view all methods of rendering the charts (embedded, get, js). IE will not load the flash movies. Checking the console, we see that the data is being returned to the charts. We've tried everything from the FAQ's. We've removed the page pragma and cache-control headers, but I see that they are still on the chart itself, the application/x-shockwave-flash object. We've had problems sending PDF over SSL for IE before but those fixes won't work here. Anyone able to get it to work? Share this post Link to post Share on other sites
traigo Report post Posted April 8, 2008 (edited) We were able to get it to work by adding this line to our tomcat config: <Valve className="org.apache.catalina.authenticator.NonLoginAuthenticator" disableProxyCaching="false" /> We are working on limiting it to swf files only. Will post any change if we are able to get that working. Edit: The code tags don't seem to work on it so here it is without the opening and closing tag: Valve className="org.apache.catalina.authenticator.NonLoginAuthenticator" disableProxyCaching="false" Edited April 8, 2008 by Guest Share this post Link to post Share on other sites
srividya_sharma Report post Posted April 15, 2010 (edited) Thank you. When using FusionCharts with JSP in Tomcat, you would need to make this change in context.xml. ( as told by traigo in the previous post ) Note that if you're not using NonLoginAuthenticator, then substitue the class name of the authenticator you're using. Please see http://www.mail-archive.com/[email protected]/msg151294.html which talks about the same issue. Hope this helps everybody. Srividya Edited April 15, 2010 by Guest Share this post Link to post Share on other sites