I have a problem where I am loosing my gif's when I set up virtual hosting. Using
Tomcat 3.2.2 in stand alone mode, I have updated server.xml to include:
<Host name="domain1">
<Context path=""
docBase="webapps/myapp"
...>
</Context>
</Host>
My gif files are located under webapps/myapp/image and are referenced in code as such
- in fact, everything works fine without the virtual hosting. However, when I add in
the <Host name...>, I can't see any gifs when I run the application. I have tried to
find the images under every path I can think of with no luck.
Has anyone run into this problem before or does anyone have a solution? As always, all
help is greatly appreciated!
Thanks;
Mark