Currently Being Moderated
Aug 12, 2006 3:33 PM
I would like to generate images within my web application
(using jfreechart), store them temporarily somewhere accessible to
the web app and thereby include the images in pages served to web
clients. I can do this in tomcat since tomcat explodes the war file
and thereby enables me to include a temp folder within the web app
that is accessible at runtime and useful for hosting purposes. I
have not found a similar solution for Jrun and I am losing faith at
present. Is there a slightly different approach that I can use?
Please help. Thanks.