I am using tomcat 3.2.1 and having trouble with loading images and relative paths. I would like to be able to use something like images/imagename.gif where the images directory will be under TOMCAT_HOME/webapps/MyApp. When I do this I get a 404 error that looks like this: Ctx( /MyApp ): 404 R( /MyApp + /servlet/images + /imagename.gif) null What do I need to do to tell tomcat how to find these images? Thanks, Mark
