[ https://issues.apache.org/jira/browse/GEODE-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975445#comment-15975445 ]
ASF GitHub Bot commented on GEODE-2103: --------------------------------------- Github user kohlmu-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/462#discussion_r112304411 --- Diff: geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb --- @@ -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> --- End diff -- Maybe this should be "Specifies the port on which the HTTP service is started on > start locator command should include --http-service-port and > --http-service-bind-address > ---------------------------------------------------------------------------------------- > > Key: GEODE-2103 > URL: https://issues.apache.org/jira/browse/GEODE-2103 > Project: Geode > Issue Type: Improvement > Components: docs, management > Affects Versions: 1.0.0-incubating > Reporter: Kirk Lund > Assignee: Karen Smoler Miller > Fix For: 1.2.0 > > > To facilitate starting the Admin REST API on a Locator, start locator command > should include --http-service-port and --http-service-bind-address. > Workaround is to specify these configuration properties with --J: > --J=-Dgemfire.http-service-port= > --J=-Dgemfire.http-service-bind-address= -- This message was sent by Atlassian JIRA (v6.3.15#6346)