Please create a configuration property file for the self-organization in the integration package.
org.tripcom.common.selforganization.ENABLED = boolean
org.tripcom.tsadapter.selforganization.MAX_LOAD_AVERAGE = int
org.tripcom.tsadapter.selforganization.LOAD_AVERAGE_TIME = int
org.tripcom.tsadapter.selforganization.MAX_STATEMNET_COUNT = int
// the kernel address of the available kernels which can take part in
// the self-organization process
org.tripcom.distribution.selforganization.KERNELS=example.com:1234,example2.org:2323
Done. Please note that I fixed the typo in "STATEMNET" and that I didn't specify default values for the three integer numbers. This should probably be done by Vassil.
I added the default values,
we need also to add the file to the properties in start scripts and like
org.tripcom.selforganization.properties.file
I updated the windows scripts. Please update the linux scripts yourself (because you already changed the DM code and thus we can't wait until Christian fixes the scripts because the kernel can't be started at the moment since these changes!).
Furthermore there is a bug in the code in class Constants ("properties" instead of "properties1").