Hi Florent, The WEBDAV servers accesses the database connected to it, not the file system. So indeed you will have to move your modules to the Modules database and add a WEBDAV server connected to that one.
To my personal opinion you are better off putting the libraries in the Modules database. Note that you can use the Security layer of MarkLogic Server to apply that to the modules themselves as well, giving for instance only specific roles execute rights on specific libraries. You cannot do that when you put them on the file system.. Kind regards, Geert > Drs. G.P.H. Josten Consultant http://www.daidalos.nl/ Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel.: +31 (0) 10 850 1200 Fax: +31 (0) 10 850 1199 http://www.daidalos.nl/ KvK 27164984 De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend. > From: [email protected] > [mailto:[email protected]] On Behalf Of > Florent Georges > Sent: vrijdag 6 maart 2009 11:02 > To: MarkLogic General ML > Subject: [MarkLogic Dev General] Edit library modules through WebDAV? > > > Hi, > > I have ML installed on a virtual box for developing > purposes, and I'd like to configure oXygen to directly edit > library modules in this instance. I thought it would be > possible as it supports WebDAV. But when I add a resource to > the database with the oXygen's Database Explorer, it is added > to the documents database, not with the modules, so I can't > refer to it using "import module" if I am right. Here are the servers > involved: > > - HTTP: database=Documents, modules=(file system) > - WebDAV: database=Documents > - XDBC: database=Documents, modules=(file system) > > I *guess* I could change the HTTP's modules to the Modules > database, and create additional WebDAV and XDBC servers bound > to this database, but I would like to keep it bound to (file > system). Is it possible? Did I missed or mixed up something? > > Regards, > > -- > Florent Georges > http://www.fgeorges.org/ > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > General mailing list > [email protected] > http://xqzone.com/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
