You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/11/11 23:01:00 UTC

[jira] [Commented] (GEODE-2094) Update admin/dev REST API documentation

    [ https://issues.apache.org/jira/browse/GEODE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15658438#comment-15658438 ] 

ASF subversion and git services commented on GEODE-2094:
--------------------------------------------------------

Commit 3db9b309740ff10a7bc0bc6c4ad9bcea3124f29a in incubator-geode's branch refs/heads/develop from [~karensmolermiller]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=3db9b30 ]

GEODE-2094 Update admin/dev REST API documentation

- Add 3 missing gfsh start server options:
  --http-service-port
  --http-service-bind-address
  --start-rest-api

- Update examples to use these options, instead of using
the older --J=-gemfire. property specification.


> Update admin/dev REST API documentation
> ---------------------------------------
>
>                 Key: GEODE-2094
>                 URL: https://issues.apache.org/jira/browse/GEODE-2094
>             Project: Geode
>          Issue Type: Bug
>          Components: docs
>            Reporter: Karen Smoler Miller
>            Assignee: Karen Smoler Miller
>
> These 3 options for the gfsh start server command are not documented, so also add them to the command reference page:
> --http-service-port
> --http-service-bind-address
> --start-rest-api
> The commands to start a server can be simplified in the prose on using gfsh with REST commands.
> 1. In the docs file geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb, about using the admin REST interface, the sample gfsh start server command can be simplified.
> --J=-Dgemfire.http-service-port=8080
> becomes
> --http-service-port=8080
> --J=-Dgemfire.http-service-bind-address=myremotecluster.example.com
> becomes
> --http-service-bind-address=myremotecluster.example.com
> 2. In the docs file geode-docs/rest_apps/setup_config.html.md.erb, about using the dev REST API, the gfsh start server commands given in steps 2 and 3 can be simplified (corrected).
> --J=-Dgemfire.start-dev-rest-api=true
> becomes
> --start-rest-api=true
> --J=-Dgemfire.http-service-port=8080
> becomes
> --http-service-port=8080
> --J=-Dgemfire.http-service-bind-address=localhost
> becomes 
> --http-service-bind-address=localhost



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)