Manoj K J
Manoj K J

Reputation: 69

How to create Appserver, schema, trigger and modules DB in every host attached to a cluster?

I am trying to configure MarkLogic instance setup in AWS. I have a cluster with 3 nodes(3 EC2 instances) attached to ELB. I want each of the host to have the same App Server, Modules , Schema and Trigger DB. How can i set it up using ml-gradle?

Upvotes: 1

Views: 125

Answers (1)

rjrudin
rjrudin

Reputation: 2236

Try walking through the Getting Started guide first. When you create an app server, it will by default exist on each host. And your database will by default have one or more forests on each host. The fact that it's AWS doesn't impact anything here. Also see this sample project for an example of an application with a schemas and triggers database (along with many other kinds of resources).

Upvotes: 2

Related Questions