Skip to content

Referring to a resource by its ID

rjrudin edited this page Sep 7, 2015 · 5 revisions

In some cases, a resource - such as an app server - must refer to another resource - such as a certificate template - by its MarkLogic-generated ID instead of by the resource name. This creates a problem - what value do you put into the app server config file for the "ssl-certificate-template" field?

See how ml-app-deployer supports this.

The sample-project includes an example of this too.

Clone this wiki locally