Following is the detailed scenario:
I am working on a Java web project. In that some operation generates a chart at runtime using jfreechart API
and then I am able to see the chart on some other JSP page. When I run the application from inside Eclipse IDE, the image gets showed up but when I try it using any web browser, the image doesn't show up.
I think that it is something related to the path. So, I wish to know whether there is any way to store a dynamically generated image file inside WebContent
folder.
Or if it is happening because of some other issue please enlighten me.
Thanks.