Is there any direct way to execute shell scripts or linux commands from xquery in MarkLogic? Does Marklogic web server supports CGI?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Today, you can’t execute shell scripts or file system executables from MarkLogic nor does MarkLogic support CGI. The easiest path to such integration is to stand up a copy of an app server you are comfortable with (Java/Tomcat, ASP, PHP, and so on) and communicate between MarkLogic and that service over http.
There is an open enhancement request to support executing file system executables.