> I've been trying to create a new folder using the webdav servlet and
tomcat
> 4.0 and
> MS WebFolders client. It won't allow me to create folders. Is this feature
> supported
> at this time. How well tested is the webdav servlet ?
>
> any info would be appreciated.

Perhaps you didn't change the value of the readonly parameter for the WebDAV
servlet.

By default, the servlet is run in read only mode (for obvious security
reasons).
You can enable write operations by uncommenting a section (which sets the
"readonly" parameter to false) in the web.xml file of the webdav webapp.

Remy


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

Reply via email to