I have a created a chart using Crystal Reports(runs fine in Crystal) and published it on our Report Server. When I went to look at the report on our Web portal, the text objects were visible however the chart was not. Portal is in JSF technology (IceFaces) on JBoss server.
Anyone know why this happening?
I founded post
[|]
I have this in web.xml
<context-param>
<param-name>crystal_image_uri</param-name>
<param-value>/my_app_name/crystalreportviewers115</param-value>
</context-param>
But in URL like this one
/my_app_name/crystalreportviewers115/crystalimagehandler.jsp?dynamicimage=crystal7652571164231307864.png
I haven't file "crystalimagehandler.jsp" I also didn't found "crystal7652571164231307864.png" file. how to resolve this problem?