I have integrated some charts in a JSP file with DisplayChart servlet. This works fine.
Now I would like to convert these charts into PDF. I have created a servlet to do this. My problem is that I would like to indicate to this servlet to use the charts previously generated for the display in the jsp (and that are stored in the temp directory of Tomcat), and I don't know how to do this.
Of course if I indicate the full path C:\Programs\.....\Tomcat\temp it works, but it's won't work for remote users.
The other solution is to build again the chart in the servlet that generates the PDF, but I think it's a pity to do twice the same job, it makes the program slower...
I am trying to solve this since many days without success... please help me !!

Many many thanks in advance !
Axel