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
posted
0
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 %>>