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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to