Yes thanks, that is what I'm seeing. If I put a doc in SPL/foo.xml
and /SPL/bar.xml Depending on what I set my root to be the Webdav can see either one or the other but not both. ( seems to be no "" allowed for the root path). I'm just putting them all starting with "/" ... -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kelly Stirman Sent: Sunday, November 08, 2009 11:16 AM To: [email protected] Subject: [MarkLogic Dev General] RE: General Digest, Vol 65, Issue 19 One correction to my prior response. The document URI SPL/foo.xml belongs to the root directory SPL/, so you could create a WebDAV server with a root of SPL/ to view this document and other documents that are a descendent of the SPL/ directory. However, it would not see the /SPL/foo.xml document as it has a different root directory of /. You may want all documents in your database to have a common root directory such as "/" or "http://mycompany/". Kelly Message: 2 Date: Sun, 8 Nov 2009 07:23:13 -0800 From: "Lee, David" <[email protected]> Subject: [MarkLogic Dev General] WebDev at Root of database To: <[email protected]> Message-ID: <dd37f70d78609d4e9587d473fc61e0a713afb...@postoffice> Content-Type: text/plain; charset="us-ascii" I'm trying to setup a WebDav connection and I cant get it to "see" everything in the database. The Root directory is a required field. If I leave it blank, then the GUI sets it to "/" If I put files (using XCC) into the top level "directory" (i.e a uri like "pa2010.xml" ) then WebDav doesnt see it. I played around with various settings and I cant figure out any setting for WebDav that puts its view at the true root of the database. Interestingly I've found that "/" is not treated specially. That is these URI's are distinct atleast as far as WebDav is concerned SPL/file.xml /SPL/file.xml Any suggestions ? or is this just something I have to work around. ---------------------------------------- David A. Lee Senior Principal Software Engineer Epocrates, Inc. [email protected] <mailto:[email protected]> 812-482-5224 _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
