HI,
Please see the properties file attached (File Renamed).
I am using an apache-tomcat combination on a linux box.
SAVEPATH=./FusionChart_Images/ = This is a folder (event specific folder) under my application root under the apache root, .
Apache root : /home/insper/www/
Complete folder path : /home/insper/www/event/subDomain.Domain/FusionChart_Images
Http path : http://subDomain.Domain/FusionChart_Images/
Using apache redirects in httpd.conf, so the actual internal redirection to folder is :
http://subDomain.Domain/event/subDomain.Domain/FusionChart_Images/
Apache handles requests to all the files except *.jsp.
jsp requests are handled by tomcat.
I took all the JSP's from the ExprotHandler/JSP package and put it under my app root (app root directory for tomcat).
The chart gets rendered correctly with these settings. I added the required attributes to the chart tag while forming the xml (As mentioned in the documentation). The options for saving the chart appears on right click on the chart.
After I click and select the save option, the capturing status bar is seen on the chart, after some time, on the server side, I see a message saying, Server Directory not found.
FC_Properties.txt