I'm trying to develop an application that saves charts in png format using ServletUtilities.saveChartAsPNG().
Afterwards, a jsp page using DisplayChart servlet should display the image.
The problem is saveChartAsPNG does not seem to save the chart, or I can't find the file

This application is not in a JSP page, and the image is not saved in temp directory of apache.
Help would be appreciated.
Thanks Paolo