Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am using Tomcat 6 to serve both static content and dynamic content. For some reason, from time to time, I see that images are broken. It usually happens when I copy and paste the image url to the browser. When I refresh the image appears. The server has zero load on it.

Has anyone encountered such issue with Tomcat?

share|improve this question
And your programming question is? – KevinDTimm May 15 '12 at 14:15
2  
Not really programming related. One possibility is that you accessed the image URLs when they were not available (server not up, still working on setup, etc.), and the browser cached the response. Refreshing then bypasses the cache and gets the now available image. – kaliatech May 15 '12 at 14:16

migrated from stackoverflow.com May 16 '12 at 14:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.