(Quick Reference)

start-locator

Purpose

Starts a Gemfire locator server.

Requires that Gemfire is installed and the GEMFIRE environment variable is set.

Examples

Starts a locator of the default 55221 port:

grails start-locator

Starts a locator on port 4111:

grails start-locator --port=4111

Description

If you wish to use multiple cache servers without multicast discovery then you'll need one or many locator servers. This command will start a locator server for you.