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/a22a8676 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/a22a8676 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/a22a8676 Branch: refs/heads/master Commit: a22a86769147deb46095cd682171e74d2bc8816b Parents: 7588e61 Author: Imesh Gunaratne <[email protected]> Authored: Fri Dec 20 16:02:15 2013 +0530 Committer: Udara Liyanage <[email protected]> Committed: Fri Dec 20 20:25:37 2013 -0500 ---------------------------------------------------------------------- .../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/a22a8676/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
