i need to load a bunch of image files located outside my exploded war
file. for example, say that the images live here
|---c:\myimages
|-----------\app
|-----------------\promotions
|-------------------------\images
& my app is under
|---c:\tomcat5.5
|----------\webapps
|--------------------\myapp.
the img links are written out dynamically based on an init-param in the
web.xml & javabeans. the result is that i can get a valid path to the
image resouce looking at the html, but cannot actually load the image.
does anyone know if that's possible on the windows platform (win2k
server)?
thanks