You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jinmei Liao (JIRA)" <ji...@apache.org> on 2016/11/10 18:57:58 UTC

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

     [ https://issues.apache.org/jira/browse/GEODE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jinmei Liao updated GEODE-2094:
-------------------------------
    Description: 
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

  was:
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
--J=-Dgemfire.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


> 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
>
> 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)