• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IBM HTTP not sending images consistently

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 %>>
reply
    Bookmark Topic Watch Topic
  • New Topic