No, that's not possible. MarkLogic's WebDAV app server is implemented in C++, deep in the guts of the Server. What types of customization are you looking to do? Is WebDAV a hard and fast requirement or would a custom REST service suffice? As was discussed on a recent thread, you could stick a reverse HTTP proxy in between your WebDAV client and MarkLogic and do processing there. You could also implement your own WebDAV server in XQuery with an HTTP app server. If WebDAV is not a hard and fast requirement, you could also create your own custom (likely simpler) REST services or extend the ones that are built into MarkLogic <http://docs.marklogic.com/guide/rest-dev/intro#chapter>.
Justin Justin Makeig Director, Product Management MarkLogic Corporation [email protected] www.marklogic.com On Jul 9, 2014, at 9:24 AM, Casey Jordan <[email protected]> wrote: > If someone wanted to customize the WebDAV app service does Mark Logic make > this code available so that it could be modified and run on a separate > application server (Ie inside a servlet container)? > > -- > -- > Casey Jordan > easyDITA a product of Jorsek LLC > "CaseyDJordan" on LinkedIn, Twitter & Facebook > (585) 348 7399 > easydita.com > > > This message is intended only for the use of the Addressee(s) and may > contain information that is privileged, confidential, and/or exempt from > disclosure under applicable law. If you are not the intended recipient, > please be advised that any disclosure copying, distribution, or use of > the information contained herein is prohibited. If you have received > this communication in error, please destroy all copies of the message, > whether in electronic or hard copy format, as well as attachments, and > immediately contact the sender by replying to this e-mail or by phone. > Thank you. > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
