Image showing incorrectly in J2EE Application Deployed [message #232945] |
Tue, 24 April 2007 03:50 |
kmsalih
Messages: 197 Registered: March 2006
|
Senior Member |
|
|
Hi All,
I deployed on J2EE Application in Oracle Application Server 10.1.2
The application contains one form and one bar chart based on the options user selecting in the form.
One Java API will create the chart and store the chart as image in images folder.
images folder is in $ORACLE_HOME/j2ee/<OC4J_NAME>/applications/<application_name>/<name of ear>/
in jsp code it is point to the correct location.
the chart image is created properly.
but thru application it is showing the incorrect image.
Sample of the issue.
In Code:
http://host:7778/WEBAPP/images/image.jpg ==> not showing the correct image
if i rename the file to image1.jpg and giving
http://host:7778/WEBAPP/images/image1.jpg ==>Showing correctly.
Please help me in this issue.
Thanks & Regards
Salih KM
|
|
|
|
|