Hi Robert, Here are a few thoughts:
* Can you tell us what errors it is getting? For the webdav server, set log uncaught errors to true, then your errors will show up in ErrorLog.txt. * Did you have automatic directory creation set on the database *before* you loaded your content? The directories need to exist for webdav to see them. If they are not there, you can create them manually. * What WebDAV client are you using? The Windows WebDAV client does some strange things. * You say your WebDAV root is / -- do your URIs all start with / ? -Danny From: [email protected] [mailto:[email protected]] On Behalf Of Robert De Vivo Sent: Wednesday, April 08, 2015 2:48 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] WebDAV - can't view files Yep, it is configured for automatic directory creation. From: Geert Josten [mailto:[email protected]] Sent: Wednesday, April 08, 2015 2:53 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] WebDAV - can't view files Hi Bob, Is your content database configured to automatic directory creation? The default is manual, and the WebDAV server needs the directories.. Cheers, Geert From: Robert De Vivo <[email protected]<mailto:[email protected]>> Reply-To: MarkLogic Developer Discussion <[email protected]<mailto:[email protected]>> Date: Wednesday, April 8, 2015 at 7:38 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [MarkLogic Dev General] WebDAV - can't view files I've set up a WebDAV server for my MarkLogic database (created from an AWS Marketplace image), and I can connect to it and upload files from Windows, but I cannot view any files from the WebDAV client. As soon as I drag a file into the client folder, it disappears and the folder appears empty again. I can see that the file was uploaded successfully in the Query Console. My WebDAV server is set up using "/" as the directory root, and I've tried both basic and application-level authentication. I am connecting as the admin user, so I should have permission to see all documents. I have also tried connecting via Oxygen XML Editor, but I see the same behavior: the WebDAV node is empty when I try to open a file from my MarkLogic connection. What could I be doing wrong? --- Bob
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
