Updated Branches: refs/heads/master 7f0eaffea -> d47982584
Added place holders to 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/d4798258 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/d4798258 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/d4798258 Branch: refs/heads/master Commit: d47982584c7cdac4fcd132058eb0d4c396278b17 Parents: 7f0eaff Author: Imesh Gunaratne <[email protected]> Authored: Fri Dec 20 16:02:15 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri Dec 20 16:02:15 2013 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/bin/cartridge-agent.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d4798258/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 830a78a..b24d1bf 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 @@ -24,10 +24,10 @@ echo "Starting cartridge agent..." script_path="$( cd -P "$( dirname "$SOURCE" )" && pwd )/`dirname $0`" lib_path=${script_path}/../lib/ class_path=`echo ${lib_path}/*.jar | tr ' ' ':'` -properties="-Dmb.ip=localhost - -Dmb.port=5677 - -Dthrift.receiver.ip=localhost - -Dthrift.receiver.port=7615 +properties="-Dmb.ip=MB-IP + -Dmb.port=MB-PORT + -Dthrift.receiver.ip=CEP-IP + -Dthrift.receiver.port=CEP-PORT -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
