GEODE-2025: do not use 8080 as the default http-server-port since we defined default in DistributionConfig
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b4b6e079 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b4b6e079 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/b4b6e079 Branch: refs/heads/feature/GEM-983 Commit: b4b6e079d355aa5ef7b7c49d526772d8ecb7c75c Parents: bd6f9e6 Author: Jinmei Liao <[email protected]> Authored: Mon Oct 24 15:59:35 2016 -0700 Committer: Jinmei Liao <[email protected]> Committed: Mon Oct 24 16:00:38 2016 -0700 ---------------------------------------------------------------------- .../management/internal/cli/commands/golden-help-offline.properties | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b4b6e079/geode-core/src/test/resources/org/apache/geode/management/internal/cli/commands/golden-help-offline.properties ---------------------------------------------------------------------- diff --git a/geode-core/src/test/resources/org/apache/geode/management/internal/cli/commands/golden-help-offline.properties b/geode-core/src/test/resources/org/apache/geode/management/internal/cli/commands/golden-help-offline.properties index 40c28d2..7ee735b 100644 --- a/geode-core/src/test/resources/org/apache/geode/management/internal/cli/commands/golden-help-offline.properties +++ b/geode-core/src/test/resources/org/apache/geode/management/internal/cli/commands/golden-help-offline.properties @@ -2731,7 +2731,6 @@ PARAMETERS\n\ \ \ \ \ http-service-port\n\ \ \ \ \ \ \ \ \ Port on which HTTP Service will listen on\n\ \ \ \ \ \ \ \ \ Required: false\n\ -\ \ \ \ \ \ \ \ Default (if the parameter is not specified): 8080\n\ \ \ \ \ http-service-bind-address\n\ \ \ \ \ \ \ \ \ The IP address on which the HTTP Service will be bound. By default, the Server is bound to\n\ \ \ \ \ \ \ \ \ all local addresses.\n\
