Is it possible to run marklogic7 appbuilder generated application from the file system, not the module database?

StackOverflow https://stackoverflow.com/questions/22605970

  •  20-06-2023
  •  | 
  •  

Frage

In the past I used to be able to generate the search applications using Marklogic's app builder, copy the contents of the created modules database to the file system, change the configuration of HTTP server and start customizing away.

However, this doesn't work with the new Marklogic7 applications. When I move the application modules to the file system and run the app I get the generic REST API page. Apparently the REST API rewriter script doesn't pick up configuration if the app modules are not stored in the database. Is there any way around this?

The reason I'd like to use above workflow is that I can use version control, and automated deployers. Having the app in the modules database severely limits choice of dev tools.

War es hilfreich?

Lösung

While I don't think there's a direct way to do what you're looking for, using the workflow I laid out in this blog post lets you use version control and makes it easy to script automated deployers. It makes use of the Roxy Deployer (intro).

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top