You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark <ma...@telocity.com> on 2001/09/04 09:03:55 UTC

relative paths

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