Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B0FF107E0 for ; Wed, 10 Apr 2013 23:09:26 +0000 (UTC) Received: (qmail 3656 invoked by uid 500); 10 Apr 2013 23:09:24 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 3580 invoked by uid 500); 10 Apr 2013 23:09:24 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 3389 invoked by uid 99); 10 Apr 2013 23:09:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 23:09:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4675388017B; Wed, 10 Apr 2013 23:09:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alena1108@apache.org To: commits@cloudstack.apache.org Date: Wed, 10 Apr 2013 23:09:27 -0000 Message-Id: <286c02daa73e42a090905ad6c27ffa47@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/50] git commit: updated refs/heads/internallb to ed0cb2f QuickCloud: start console proxy service from mvn exec:java Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/254e5767 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/254e5767 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/254e5767 Branch: refs/heads/internallb Commit: 254e5767ad2187a5bd7c4510e03ee5f45f9082bd Parents: f2e06ce Author: Chiradeep Vittal Authored: Mon Mar 25 12:15:14 2013 -0700 Committer: Alena Prokharchyk Committed: Wed Apr 10 15:43:34 2013 -0700 ---------------------------------------------------------------------- services/console-proxy/server/conf/log4j-cloud.xml | 2 +- services/console-proxy/server/pom.xml | 38 +++++++++++++++ 2 files changed, 39 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/254e5767/services/console-proxy/server/conf/log4j-cloud.xml ---------------------------------------------------------------------- diff --git a/services/console-proxy/server/conf/log4j-cloud.xml b/services/console-proxy/server/conf/log4j-cloud.xml index 5b31c9d..2d1d361 100644 --- a/services/console-proxy/server/conf/log4j-cloud.xml +++ b/services/console-proxy/server/conf/log4j-cloud.xml @@ -27,7 +27,7 @@ under the License. - + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/254e5767/services/console-proxy/server/pom.xml ---------------------------------------------------------------------- diff --git a/services/console-proxy/server/pom.xml b/services/console-proxy/server/pom.xml index f57b4ca..fd7b964 100644 --- a/services/console-proxy/server/pom.xml +++ b/services/console-proxy/server/pom.xml @@ -254,6 +254,44 @@ + + quickcloud + + + quickcloud + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + + java + + + + + com.cloud.agent.AgentShell + + zone=1 + pod=1 + host=192.168.56.1 + + + + javax.net.ssl.trustStore + certs/realhostip.keystore + + + + + + +