From: Garret Wilson [mailto:[EMAIL PROTECTED] 
> 
> Something like this:
> 
> <Context docBase="C:\webapps\mywebapp.war">
>    <Parameter name="webdavBase" value="C:\data\mywebappdata\"/>
> </Context>

This should be a parameter of the webdav servlet rather than a context one.

> I can't imagine why this wouldn't be a simple change to the Tomcat 
> WebDAV code---probably just five or ten lines. You start with a file 
> system base directory right? Just get it from the context parameter.

Not quite that simple ;)

> I'll gladly take a look at the code---can you tell me where to start?

org.apache.catalina.servlets.WebdavServlet

I'd be happy to look at anything you come up with.

Mark



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

Reply via email to