Hi,

how do I have to modify web.xml that my application supports webdav? I
understand that tomcat-4 supports webdav, but because my application
uses a customized classes of the webdav servlet thus the lines below
must be somehow modified because the <url-pattern>/</url-pattern> would
include all other items of my application that have nothing to do with
webdav.

<servlet-mapping>
        <servlet-name>webdav</servlet-name>
        <url-pattern>/</url-pattern>
</servlet-mapping>
-- 
Zsolt


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

Reply via email to