GEODE-2103 Update gfsh start server|locator command reference page. - the optional http-service-port defaults to 7070 - both http-service-port and http-service-bind-address are available for gfsh start server and gfsh start locator
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e94f8251 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e94f8251 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/e94f8251 Branch: refs/heads/feature/GEODE-2681 Commit: e94f825159c8c341c50f9c8ffacca506c64845ea Parents: b163a8e Author: Karen Miller <[email protected]> Authored: Tue Apr 18 15:11:38 2017 -0700 Committer: Ken Howe <[email protected]> Committed: Thu Apr 20 15:13:17 2017 -0700 ---------------------------------------------------------------------- .../gfsh/command-pages/start.html.md.erb | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/e94f8251/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb index 7fb5165..60ba254 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb @@ -275,7 +275,9 @@ start locator --name=value [--bind-address=value] [--force(=value)] [--group=val [--locators=value] [--log-level=value] [--mcast-address=value] [--mcast-port=value] [--port=value] [--dir=value] [--properties-file=value] [--security-properties-file=value] [--initial-heap=value] [--max-heap=value] [--connect(=value)] [--enable-cluster-configuration(=value)] [--load-from-cluster-configuration-dir(=value)] - [--cluster-config-dir=value] [--J=value(,value)*] + [--cluster-config-dir=value] + [--http-service-port=value] [--http-service-bind-address=value] + [--J=value(,value)*] ``` <a id="topic_591260CF25D64562A0EDD7260D2AC6D4__table_hly_vvg_2w"></a> @@ -398,6 +400,17 @@ See <a href="../../../configuring/cluster_config/gfsh_persist.html">Overview of <td>cluster-config</td> </tr> <tr class="even"> +<td><span class="keyword parmname">\-\-http-service-port</span></td> +<td>Specifies the port on which the HTTP service will listen.</td> +<td>7070</td> +</tr> +<tr class="even"> +<td><span class="keyword parmname">\-\-http-service-bind-address</span></td> +<td>Specifies the IP address to which the HTTP service will be bound. +</td> +<td>the local host machine's address</td> +</tr> +<tr class="even"> <td><span class="keyword parmname">\-\-J </span></td> <td>Argument passed to the JVM on which the Locator will run. For example, specifying <code class="ph codeph">--J=-Dfoo.bar=true</code> sets property "foo.bar" to "true". <div class="note note"> @@ -756,13 +769,13 @@ See <a href="../../../configuring/cluster_config/gfsh_persist.html">Overview of <tr class="even"> <td><span class="keyword parmname">\-\-http-service-port</span></td> <td>Specifies the port on which the HTTP service will listen.</td> -<td></td> +<td>7070</td> </tr> <tr class="even"> <td><span class="keyword parmname">\-\-http-service-bind-address</span></td> <td>Specifies the IP address to which the HTTP service will be bound. </td> -<td>all local addresses</td> +<td>the local host machine's address</td> </tr> <tr class="even"> <td><span class="keyword parmname">\-\-user</span></td>
