adding the system property which defines the file path to agent-flow.conf
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b0c92153 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b0c92153 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b0c92153 Branch: refs/heads/master Commit: b0c92153e08009e95db7e96409f7f561fb6439a6 Parents: 4e1d69e Author: Nirmal Fernando <[email protected]> Authored: Mon Mar 10 15:11:18 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Mon Mar 10 15:11:18 2014 +0530 ---------------------------------------------------------------------- .../cartridge-agent/modules/distribution/src/main/bin/stratos.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b0c92153/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh b/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh index 71c23c7..7f4e55e 100644 --- a/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh +++ b/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh @@ -31,6 +31,7 @@ properties="-Dmb.ip=MB-IP -Djndi.properties.template.file.path=${script_path}/../conf/templates/jndi.properties.template -Djndi.properties.dir=${script_path}/../conf -Dlog4j.properties.file.path=${script_path}/../conf/log4j.properties + -Dagent.flow.file.path=${script_path}/../conf/agent-flow.conf -Dparam.file.path=/opt/apache-stratos-cartridge-agent/payload/launch-params -Dextensions.dir=${script_path}/../extensions -Dcep.stats.publisher.enabled=true
