The GemFire tutorial shows that a locator is started with
gfsh>start locator --name=locator1 --port=55221
In some parts of the tutorial the command to start a server is shown as
gfsh>start server --name=server1 --J=-Dgemfire.jmx-manager=true --J=-Dgemfire.jmx-manager-start=true --J=-Dgemfire.http-port=8080
In this case, how does the server know the locator on which it will get registered?
