Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45F201809B for ; Mon, 1 Feb 2016 17:44:18 +0000 (UTC) Received: (qmail 16505 invoked by uid 500); 1 Feb 2016 17:44:02 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 16405 invoked by uid 500); 1 Feb 2016 17:44:02 -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 15704 invoked by uid 99); 1 Feb 2016 17:44:01 -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; Mon, 01 Feb 2016 17:44:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D6123E0942; Mon, 1 Feb 2016 17:44:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.apache.org Date: Mon, 01 Feb 2016 17:44:23 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/50] brooklyn-docs git commit: Removed duplicate BROOKLYN_CLASSPATH export, and added new line char to prevent (visual) truncation of locations Removed duplicate BROOKLYN_CLASSPATH export, and added new line char to prevent (visual) truncation of locations Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/9a1a40a6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/9a1a40a6 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/9a1a40a6 Branch: refs/heads/0.6.0 Commit: 9a1a40a68158ee745496ad6ef2d48e23bcf34c52 Parents: ce7bb1e Author: Martin Harris Authored: Wed Oct 30 10:17:47 2013 +0000 Committer: Martin Harris Committed: Wed Oct 30 10:17:47 2013 +0000 ---------------------------------------------------------------------- docs/use/examples/global-web-fabric/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/9a1a40a6/docs/use/examples/global-web-fabric/index.md ---------------------------------------------------------------------- diff --git a/docs/use/examples/global-web-fabric/index.md b/docs/use/examples/global-web-fabric/index.md index fdbf3f8..d4560e3 100644 --- a/docs/use/examples/global-web-fabric/index.md +++ b/docs/use/examples/global-web-fabric/index.md @@ -273,9 +273,8 @@ Now let's run this example. You will need to specify increased heap size and me as well as the appropriate classpath. {% highlight bash %} -export BROOKLYN_CLASSPATH=/path/to/your/project/target/classes ${BROOKLYN_HOME}/bin/brooklyn launch --app brooklyn.demo.GlobalWebFabricExample \ - --location jclouds:aws-ec2:eu-west-1,jclouds:aws-ec2:ap-southeast-1,jclouds:aws-ec2:us-west-1 +--location jclouds:aws-ec2:eu-west-1,jclouds:aws-ec2:ap-southeast-1,jclouds:aws-ec2:us-west-1 {% endhighlight %} The management web console will start,