You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ud...@apache.org on 2014/10/28 16:59:06 UTC

git commit: add metadataservice conf to sh

Repository: stratos
Updated Branches:
  refs/heads/4.0.0-grouping 128fe3e08 -> 01315a745


add metadataservice conf to sh


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/01315a74
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/01315a74
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/01315a74

Branch: refs/heads/4.0.0-grouping
Commit: 01315a7455a2a10c24285b605d7db4e5e2cb390c
Parents: 128fe3e
Author: Udara Liyanage <ud...@wso2.com>
Authored: Tue Oct 28 21:28:14 2014 +0530
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Tue Oct 28 21:28:45 2014 +0530

----------------------------------------------------------------------
 products/stratos/modules/distribution/src/bin/stratos.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/01315a74/products/stratos/modules/distribution/src/bin/stratos.sh
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/src/bin/stratos.sh b/products/stratos/modules/distribution/src/bin/stratos.sh
index eda3730..a289a87 100755
--- a/products/stratos/modules/distribution/src/bin/stratos.sh
+++ b/products/stratos/modules/distribution/src/bin/stratos.sh
@@ -300,6 +300,7 @@ do
     -Dfile.encoding=UTF8 \
     -Ddisable.cassandra.server.startup=true \
     -Djndi.properties.dir="$CARBON_HOME/repository/conf" \
+    -DMETADATA_CLIENT_CONFIG_FILE="$CARBON_HOME/repository/conf/metadataservice.xml" \
     org.wso2.carbon.bootstrap.Bootstrap $*
     status=$?
 done