> Hi,
>
> This may be a very silly question, but I'm in the process of writing my
own
> DAV servlet and having problems getting Web Folders find my folder...
>
> The Domain.xml has <slide> as the first node in it's file. Does that
define
> the
> name of the folder is 'slide' ?
No. Are you wondering about the URL used to access the servlet ?
If you're using the default configuration and default packaging, it's indeed
/slide. If you're using TC on port 8080, the URL :
http://127.0.0.1:8080/slide should be DAV enabled.
> If I am not using slide, but rather my
> own DAV servlet and I don't make use of a Domain.xml file, then how do I
> define
> my folder name ?
It depends on how you map the servlet. This is defined in the servlet API
documentation.
> Is Domain.xml necessary for all DAV implementations or just
> for slide ?
No, just for Slide. Domain.xml is used to initialize the Slide core, not the
WebDAV servlet, which uses parameters defined in the web.xml file of the web
application.
Remy