Updated Branches: refs/heads/master 8c6a58c97 -> 1aacd8bd4
Updated payload file name in cartridge agent sh Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/34544d58 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/34544d58 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/34544d58 Branch: refs/heads/master Commit: 34544d58c1eb2133dd079a7b69ee346730624917 Parents: d479825 Author: Imesh Gunaratne <[email protected]> Authored: Fri Dec 20 20:47:20 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri Dec 20 20:47:20 2013 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/bin/cartridge-agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/34544d58/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh b/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh index b24d1bf..cceba0c 100644 --- a/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh +++ b/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh @@ -31,7 +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 - -Dparam.file.path=/opt/apache-stratos-cartridge-agent/payload/launch.params + -Dparam.file.path=/opt/apache-stratos-cartridge-agent/payload/launch-params -Dcep.stats.publisher.enabled=true" # Uncomment below line to enable remote debugging
