My images are all 404?!?!?

Hi all, I installed Tomcat 5 ontop of our IIS 6servers and it works great except after I run my .jsp file, which generates a screenshot, I cannot view the .jpg..... even though I can see it on the server.

So I need to allow the .jpg extension somewhere?

Here is a link to the page I am talking about..... it SHOULD display a few thumbnails that are linked to the fullsize images.

Pathing seems to be correct?

This is my first voyage into jave/jsp so plz be gentle and try not to make too much fun of me ;)

Thanks All!

[555 byte] By [pixelEnginea] at [2007-10-2 1:45:28]
# 1
Hey how about I add that link?lol http://207.97.221.210:8080/jsp-examples/wirefusion/ScreenshotServer.jsp
pixelEnginea at 2007-7-15 19:09:35 > top of Java-index,Java Essentials,New To Java...
# 2
i bet the full path to the link is broken or points to a bad location.
stormnexusfirefoxa at 2007-7-15 19:09:35 > top of Java-index,Java Essentials,New To Java...
# 3
Doesn't seem to be, on the server the path isD:\Program Files\Apache\Tomcat\5.0\webapps\ROOT\Wirefusion\screenshot\imagesWhich would be correct I believe?God only knows, I used to think IIS was a confusing platform, but omg tomcat is ridiculous. :P
pixelEnginea at 2007-7-15 19:09:35 > top of Java-index,Java Essentials,New To Java...
# 4

> Doesn't seem to be, on the server the path is

>

> D:\Program

> Files\Apache\Tomcat\5.0\webapps\ROOT\Wirefusion\screen

> shot\images

>

> Which would be correct I believe?

>

> God only knows, I used to think IIS was a confusing

> platform, but omg tomcat is ridiculous. :P

You're right. That is the path. But Wirefusion is different from wirefusion (with a small w).

Go to http://207.97.221.210:8080/Wirefusion/screenshot/images/

FuzzyOniona at 2007-7-15 19:09:35 > top of Java-index,Java Essentials,New To Java...