When you set up a WebDAV server in MarkLogic, you have to specify a
document root. Any documents loaded into the database under that
document root will be visible via WebDAV, but others will not. For
example, if your WebDAV server root is

   /webdav/

your WebDAV view will show everything under that directory URI.
But if you use XCC to load a document into, let's say,

  /docs/mydoc.xml

or

  /mydoc.xml

or

  mydoc.xml

the file will not be visible via your WebDAV server.

So the short answer is that you cannot see all files in the database via
WebDAV unless you always load files to a URI under the WebDAV server
root.

On Wed, 23 Jul 2008, Isha Chadha wrote:

> I might not be right here but would like to confirm (the basic)
> understanding which I have got about Marklogic Server's content storage.
>
>
>
> It seems that whatever content one loads through WebDavServer is visible
> there. But when the content is loaded through xdbc( ex by using java xcc),
> or when documents are created in marklogic using xquery then they are not
> visible as such. I could see some kind of indexes (files) being made in the
> directory /var/opt/MarkLogic/Forests whose size increases whenever I add
> some new content by any of the means mentioned above.
>
>
>
> Please clear the same if am interpreting this wrongly and pour some light on
> this.
>
>
>
> Thanks,
>
> Isha
>
>
>
>   _____
>
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Say
> Soukamneuth
> Sent: Tuesday, July 22, 2008 10:17 PM
> To: [email protected]
> Subject: [MarkLogic Dev General] After creating a DB & importing XML
> files,cannot see the imported files. Why?
>
>
>
>
>
>
>
>
> A newbie here,
>
>
>
> After a DB is created successfully, I imported XML files OK. But I cannot
> see the import files.
>
>
>
> What should I do to see these files?
>
>
>
> Thank you every much in advanced,
>
>
>
> Say
>
>
>
> [EMAIL PROTECTED]
>
>
>
>
>
>

-- 
David Sewell, Editorial and Technical Manager
ROTUNDA, The University of Virginia Press
PO Box 801079, Charlottesville, VA 22904-4318 USA
Courier: 310 Old Ivy Way, Suite 302, Charlottesville VA 22903
Email: [EMAIL PROTECTED]   Tel: +1 434 924 9973
Web: http://rotunda.upress.virginia.edu/
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to