This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 106c1b1 COMMIT-THEN-REVIEW Fix docs typo: wrong name for a link
106c1b1 is described below
commit 106c1b1dd3c18b12af3b376da58a8487f81a8d43
Author: Karen Miller <[email protected]>
AuthorDate: Thu May 17 16:43:18 2018 -0700
COMMIT-THEN-REVIEW Fix docs typo: wrong name for a link
---
geode-docs/configuring/running/running_the_locator.html.md.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geode-docs/configuring/running/running_the_locator.html.md.erb
b/geode-docs/configuring/running/running_the_locator.html.md.erb
index fe47bfd..83d3c79 100644
--- a/geode-docs/configuring/running/running_the_locator.html.md.erb
+++ b/geode-docs/configuring/running/running_the_locator.html.md.erb
@@ -33,7 +33,7 @@ You can run the locator standalone or embedded within another
<%=vars.product_na
Locator configuration and log files have the following properties:
-- When you start a standalone locator using `gfsh`, `gfsh` will
automatically load the required JAR file `lib/geode-dependencies.jar` into the
CLASSPATH of the JVM process. If you start a standalone locator using the
`LocatorLauncher` API, you must specify this JAR file inside the command used
to launch the locator process. For more information on CLASSPATH settings in
<%=vars.product_name%>, see [CLASSPATH Settings for <%=vars.product_name%>
Processes](../../getting_started/setup_clas [...]
+- When you start a standalone locator using `gfsh`, `gfsh` will
automatically load the required JAR file `lib/geode-dependencies.jar` into the
CLASSPATH of the JVM process. If you start a standalone locator using the
`LocatorLauncher` API, you must specify this JAR file inside the command used
to launch the locator process. For more information on CLASSPATH settings in
<%=vars.product_name%>, see [Setting Up the
CLASSPATH](../../getting_started/setup_classpath.html). You can modify the [...]
- Locators are members of the distributed system just like any other member.
In terms of `mcast-port` and `locators` configuration, a locator should be
configured in the same manner as a server. Therefore, if there are two other
locators in the distributed system, each locator should reference the other
locators (just like a server member would). For example:
``` pre
--
To stop receiving notification emails like this one, please contact
[email protected].