Forum Moderators: mack

Message Too Old, No Replies

All images don't appear when loading the page for the the first time

images are not shown

         

donatello

5:26 pm on Jul 18, 2005 (gmt 0)

10+ Year Member



Hi,

I'm developing my web site which has a basic menu listing where every menu item has a small image attached before the menu item description (using img tag):

<image1> "Menu item"
<image2> "blaablaa2"
<image3> "To my gallery"
...

The problem is that some images don't appear when the page is loaded for the first time (Only red crosses are shown). The red crosses will disappear and all the desired images will be shown when the page is loaded for the second time (reloaded).

Does anybody know why does my site act like that and how can I fix it?

Looking forward to your answers,
Donatello

neonKow

7:27 pm on Jul 18, 2005 (gmt 0)

10+ Year Member



Does this happen every time? Even on someone else's machine or another browser? If your site (or that part) is only HTML there shouldn't be a problem with that.

donatello

6:45 am on Jul 19, 2005 (gmt 0)

10+ Year Member



Infact, the only time it happens is when the servlet container is rebooted (Tomcat 4.1.31).

So the problem must be somehow related to the Tomcat?

After the first loading, the pages are functioning perfectly.

Has someone encountered this kind of behaviour before?

donatello

6:53 am on Jul 19, 2005 (gmt 0)

10+ Year Member



And waiting after reboot doesn't help.