Putting the web application in the tomcat/webapps directory does work.
However this is not always the desired approach to take. I would like to
move it from that directory tree.
> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, March 27, 2001 5:05 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Adding Contexts in Server.xml
>
> Hello,
>
> the easiest way is to put your web aplication to the tomcat/webapps
> directory. Because the paths in server.xml are relative to that webapps
> dir. For example you have webapps/examples defined in you server.xml. So
> put your test directory to the webapps folder and edit your server.xml to
>
> <Context path="/test" docBase="webapps/test" debug="0" reloadable="true"/>
>
> If that doesn't work there is an essential error in you configuration.
> It's
> also allways a good hint to try to access the examples in
> localhost/examples.
>
> Sascha
>