Adds --bindAddress flag to server-cli-reference.md Adds --bindAddress launch flag which was not documented elsewhere.
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/cdf26983 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/cdf26983 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/cdf26983 Branch: refs/heads/0.9.0 Commit: cdf26983146376bc9af86487012be01a60d4547c Parents: e7ef680 Author: David Bush <[email protected]> Authored: Tue Apr 26 11:34:20 2016 +0100 Committer: David Bush <[email protected]> Committed: Thu May 12 12:10:22 2016 +0100 ---------------------------------------------------------------------- guide/ops/server-cli-reference.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cdf26983/guide/ops/server-cli-reference.md ---------------------------------------------------------------------- diff --git a/guide/ops/server-cli-reference.md b/guide/ops/server-cli-reference.md index 107920d..1887441 100644 --- a/guide/ops/server-cli-reference.md +++ b/guide/ops/server-cli-reference.md @@ -74,6 +74,11 @@ This means that, once the task history is large, Brooklyn will continually use t memory. It will only expunge tasks from memory when this space is required for other objects within the Brooklyn process. +### Web Console Bind Address + +To specify a local interface other than loopback (127.0.0.1) for the web console to bind to: + + --bindAddress <IP> ## Configuration
