IntelliJ Java IDE
The moose likes Websphere and the fly likes IBM HTTP not sending images consistently Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "IBM HTTP not sending images consistently" Watch "IBM HTTP not sending images consistently" New topic
Author

IBM HTTP not sending images consistently

Darryl Gates
Greenhorn

Joined: Nov 26, 2001
Posts: 4
I have my application deployed on Websphere 3.5.2, and jpeg images are not always being sent to the client. The files are in place on the server, just not being served all the time. Sometimes they get sent, sometimes not. This is quite annoying, and we haven't been able to figure out the problem. It was also happening with css file included in the head of the html document. The link to the images is like so: <img src="../uploads/<%= pictureFilename %>">. Has anyone experienced problems with IBM HTTP server not sending content like this before?
Darryl Gates
Greenhorn

Joined: Nov 26, 2001
Posts: 4
oops - forgot that you can put html directly in the posts!
That is what I get instead of my image. The tag looks like <img src="../uploads/<%= pictureFilename %>>
 
 
subject: IBM HTTP not sending images consistently
 
Threads others viewed
Exception caught while sending https message. (sendSecureSocketMessage)
Exception caught while sending https message
Security
images included in JSP pages don't always load
Exception caught while sending https message
IntelliJ Java IDE