You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christoph Rooms <ch...@pandora.be> on 2001/02/16 22:26:46 UTC

default context

Hi,

Under my /webapps dir I have a few contexts. I want to define 1 as the
default one. (So I don't have to define a context in the url), So if no
context is defined in the url, I will go to this url ...

this is what I putted in my server.xml

<Context path=" " docBase="webapps/rnb" crossContext="true" debug="0"
reloadable="true"/>
</ContextManager>

This works BUT now he won't load my images that are in the directory
"images".

When I go to http://www.xxx.com/images/image.gif he's gonna launch an
exception ...

anyone ?

greetz, Christoph