Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » Image showing incorrectly in J2EE Application Deployed
Image showing incorrectly in J2EE Application Deployed [message #232945] Tue, 24 April 2007 03:50 Go to next message
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
Re: Image showing incorrectly in J2EE Application Deployed [message #233615 is a reply to message #232945] Thu, 26 April 2007 22:47 Go to previous messageGo to next message
zeshanali76
Messages: 180
Registered: January 2006
Location: Pakistan
Senior Member

it looks that image.jpg is any by default image that shows everytime and ur image is conflicting with that one. try to change the name of ur image and save it.


Zeeshan Ali AWan
zesh@inbox.com
Re: Image showing incorrectly in J2EE Application Deployed [message #236073 is a reply to message #233615] Wed, 09 May 2007 00:13 Go to previous message
kmsalih
Messages: 197
Registered: March 2006
Senior Member
Thanks Zeeshan for the reply.
The issue got solved...
I skipped webcache by using (7779) Port number.
It directly gone to HTTP Server without taking from Web Cache.



Previous Topic: Problem in the installation
Next Topic: Issues in webutil
Goto Forum:
  


Current Time: Thu Apr 18 17:59:56 CDT 2024