Quoting "Kurapati, Rama" <[EMAIL PROTECTED]>:

> Documentation is pretty good and covered every thing on configuration.
> May
> be i was not clear in posting the my doubt about adding different
> services
> for different namespaces in slide Domain.xml. I have added an
> additional
> namespace element in Domain.xml. I have created a webfolder for
> http://localhost:8080/slide. It shows three collections namely
> actions,files
> and users. Now the ponit is , after copying/putting a resource to  this
> webfolder, it is placing the resource in the first namespace. May i get
> any
> help on 
> setting the additional namespace to show both the namespaces in the
> webfolder. A sample Domain.xml file would help me a lot

Your Domain.xml file is fine.

However :
- One instance of the WebDAV servlet can only access one namespace (for obvious 
reasons).
- The WebDAV servlet will by default access namespace "webdav". As I said, you 
can change that using the web.xml file in the /WEB-INF directory in the webapp.

To access multiple namespaces at the same time, you should deploy additional 
webapp. I think the model 1 webapp <-> 1 namepsace is the right one.

If you're using Tomcat 4, the deployment of Slide in that case isn't that easy. 
It will be made easier in beta 2 which should be out this week. I'll publish a 
comprehensive howto when it's released.

Remy

Reply via email to