(Quick Reference)

stop-locator

Purpose

Stops the Gemfire locator server.

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

Examples

Stops a locator running on the default 55221 port:

grails stop-locator

Stop a locator on port 4111:

grails stop-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 stop a locator server for you.