Can't view images under Tomcat via jsp render.
OK, totally new to .jsp and Tomcat.... only a days experience with it thus far! So what I am doing is I have Java application that runs on my IIS6 server undfer Win2003. I have added Tomcat 5 and the isapi_redirector2.dll and all that nonsense to get the .jsp pages render properly, which works wonderfully.
In my Java application I have a button that generates a screen shot and sends a request to a .jsp file that creates the image and thumbnail and places them in the folder ROOT under the 'webapps' folder within the Tomcat directory structure.
I know the jsp page is working properly as if i look at the server via terminal services the images and thumbs are there, but when I try to view them 'online' the images display as broken?
I am sure there is some thing I have to configure within the Tomcat conf files or something like that I don't know about. If it makes any difference the images are all .jpgs.
Thanks y'all!