Updated Branches: refs/heads/master ca1b363ec -> 6b4a9c251
removing duplicated trust store related entries Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/6b4a9c25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/6b4a9c25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/6b4a9c25 Branch: refs/heads/master Commit: 6b4a9c251b7ed1ef4b6ab38c9747c4e8901999c4 Parents: ca1b363 Author: Isuru <[email protected]> Authored: Sun Dec 22 15:56:47 2013 +0530 Committer: Isuru <[email protected]> Committed: Sun Dec 22 15:56:47 2013 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/bin/cartridge-agent.sh | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6b4a9c25/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 46507d7..b933c7d 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 @@ -28,8 +28,6 @@ properties="-Dmb.ip=MB-IP -Dmb.port=MB-PORT -Dthrift.receiver.ip=CEP-IP -Dthrift.receiver.port=CEP-PORT - -Djavax.net.ssl.trustStore=../security/client-truststore.jks - -Djavax.net.ssl.trustStorePassword=wso2carbon -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
