Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4832C200828 for ; Fri, 13 May 2016 12:45:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4740F160A29; Fri, 13 May 2016 10:45:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BDAA1160A1E for ; Fri, 13 May 2016 12:45:51 +0200 (CEST) Received: (qmail 29265 invoked by uid 500); 13 May 2016 10:45:51 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 29166 invoked by uid 99); 13 May 2016 10:45:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 10:45:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD88DE09CA; Fri, 13 May 2016 10:45:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: richard@apache.org To: commits@brooklyn.apache.org Date: Fri, 13 May 2016 10:45:55 -0000 Message-Id: <0a636f4caabe42ddbc216f0a4c363605@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [06/15] brooklyn-docs git commit: Adds --bindAddress flag to server-cli-reference.md archived-at: Fri, 13 May 2016 10:45:52 -0000 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 Authored: Tue Apr 26 11:34:20 2016 +0100 Committer: David Bush 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 ## Configuration