Skip to content

Commit

Permalink
Merge branch 'feature/GEODE-2103-2' into develop
Browse files Browse the repository at this point in the history
    This closes apache#462
  • Loading branch information
Karen Miller committed Apr 19, 2017
2 parents 76c4983 + fdb7805 commit 8ea0f90
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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 HTTP service port.</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 &quot;foo.bar&quot; to &quot;true&quot;.
<div class="note note">
Expand Down Expand Up @@ -755,14 +768,14 @@ See <a href="../../../configuring/cluster_config/gfsh_persist.html">Overview of
</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></td>
<td>Specifies the HTTP service port.</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>
Expand Down

0 comments on commit 8ea0f90

Please sign in to comment.