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 AB6912009D9 for ; Mon, 2 May 2016 22:58:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A9E311609B1; Mon, 2 May 2016 22:58:33 +0200 (CEST) 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 07BAF1602C5 for ; Mon, 2 May 2016 22:58:32 +0200 (CEST) Received: (qmail 1436 invoked by uid 500); 2 May 2016 20:58:32 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 1422 invoked by uid 99); 2 May 2016 20:58:32 -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, 02 May 2016 20:58:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 23EA5DFC55; Mon, 2 May 2016 20:58:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: scnakandala@apache.org To: commits@airavata.apache.org Message-Id: <2ff6ad0301d94c49a3b873c36bf5e6d9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata git commit: updating airavata-server.properties Date: Mon, 2 May 2016 20:58:32 +0000 (UTC) archived-at: Mon, 02 May 2016 20:58:33 -0000 Repository: airavata Updated Branches: refs/heads/develop e1013926a -> d1a6e5566 updating airavata-server.properties Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d1a6e556 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d1a6e556 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/d1a6e556 Branch: refs/heads/develop Commit: d1a6e5566141c4cdd1635be3a9237c9b065e9c1b Parents: e101392 Author: scnakandala Authored: Mon May 2 16:58:28 2016 -0400 Committer: scnakandala Committed: Mon May 2 16:58:28 2016 -0400 ---------------------------------------------------------------------- .../server/src/main/resources/airavata-server.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/d1a6e556/modules/configuration/server/src/main/resources/airavata-server.properties ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/airavata-server.properties b/modules/configuration/server/src/main/resources/airavata-server.properties index dd7085c..7df977f 100644 --- a/modules/configuration/server/src/main/resources/airavata-server.properties +++ b/modules/configuration/server/src/main/resources/airavata-server.properties @@ -92,7 +92,8 @@ workflowcatalog.validationQuery=SELECT 1 from CONFIGURATION ########################################################################### # Server module Configuration ########################################################################### -servers=apiserver,orchestrator,gfac,credentialstore +#credential store server should be started before API server +servers=credentialstore,apiserver,orchestrator,gfac ###########################################################################