Unable to view the GXT-Advanced chart when deployed on Tomcat Server
Hello,
I have an application which i have deployed locally on tomcat server. I am using GXT version 2.2. I am using the advanced chart functionality provided by the framework. the problem is that the chart is not visible when i deploy on tomcat server but its visible when i use the GWT hosted mode functionality (by creating a dummy project). can someone please advice what could be the problem when i deploy on tomcat server. thanks.
Add "open-flash-chart.swf" in your WAR
Adding "open-flash-chart.swf" in war should solve your problem.
Thanks-