Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] ZooDiscovery without starting ANY ZooKeeper instance

Nice to hear that.
Configuration related properties are located in:
org.eclipse.ecf.provider.zookeeper.core.IDiscoveryConfig
org.eclipse.ecf.provider.zookeeper.core.DefaultDiscoveryConfig

let 's know when yo get it working.

From: Martin Petzold <mpetzold@xxxxxxx>
To:
Cc: "Eclipse Communication Framework (ECF) developer mailing list." <ecf-dev@xxxxxxxxxxx>
Date: 07-02-2011 17:30
Subject: Re: [ecf-dev] ZooDiscovery without starting ANY ZooKeeper instance





Am 07.02.2011 17:00, schrieb Markus Alexander Kuppe:
On 02/07/2011 04:54 PM, Martin Petzold wrote:


Problem is: 'clientPort', 'dataDir' and 'tickTime' of zooKeeper can't be
set via system property, so this is not possible with config admin. Also
shared dataDir causes many problems with multiple instances on one
machine (see other post).


Config admin does not depend on system properties. How a bundle gets
configured via config admin, is an implementation detail.


I have found the configuration options via system properties for ZooDiscovery at least.
-Dzoodiscovery.dataDir
...and more in org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/DefaultDiscoveryConfig.java

--
Martin Petzold

Blog:
http://www.zetablog.de_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top