From 3a4c6fc66afc59ba907ca815274a1ca73db0a8c3 Mon Sep 17 00:00:00 2001 From: Karen Miller Date: Tue, 18 Apr 2017 15:11:38 -0700 Subject: [PATCH 1/2] 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 --- .../gfsh/command-pages/start.html.md.erb | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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 7fb5165632ae..60ba2543ead0 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)*] ``` @@ -398,6 +400,17 @@ See Overview of cluster-config +\-\-http-service-port +Specifies the port on which the HTTP service will listen. +7070 + + +\-\-http-service-bind-address +Specifies the IP address to which the HTTP service will be bound. + +the local host machine's address + + \-\-J Argument passed to the JVM on which the Locator will run. For example, specifying --J=-Dfoo.bar=true sets property "foo.bar" to "true".
@@ -756,13 +769,13 @@ See Overview of \-\-http-service-port Specifies the port on which the HTTP service will listen. - +7070 \-\-http-service-bind-address Specifies the IP address to which the HTTP service will be bound. -all local addresses +the local host machine's address \-\-user From fdb7805292e34b7df998ac391b3ef98bc7778cbc Mon Sep 17 00:00:00 2001 From: Karen Miller Date: Wed, 19 Apr 2017 13:45:28 -0700 Subject: [PATCH 2/2] GEODE-2103 Revise http-service-port defn per review --- geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 60ba2543ead0..4cdab791ab7a 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 @@ -401,7 +401,7 @@ See Overview of \-\-http-service-port -Specifies the port on which the HTTP service will listen. +Specifies the HTTP service port. 7070 @@ -768,7 +768,7 @@ See Overview of \-\-http-service-port -Specifies the port on which the HTTP service will listen. +Specifies the HTTP service port. 7070