DSB Configuration

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
#remote.transport=soap
#remote.transport=xmpp{code}
Some explanations:
* 'webapp.port': There is a webapp hosted by the DSB itself. It is used to display some standard information from your browser.
* The 'mapping.xxx' parameters are used to link protocols to binding components. For example, in the snippet above, it means that the petals-bc-soap component is bound to the soap protocol. This link will be used in other configuration files (services2bind.cfg for example).
* 'embedded.component.list' is the list (CSV) of components to be started when the DSB starts. These components must be available in the artifacts folder under _$DSB_HOME/artifacts/components/_
* 'endpoint.polling.period' is a period in seconds. This is used to poll for new endpoints and to automatically expose them as services with the help of installed binding components.
* 'endpoint.polling.period' is a period in seconds. This is used to poll for new endpoints and to automatically expose them as services with the help of installed binding components (this is because the current registry does not provide a listener mechanism on new endpoint retrieval). 'endpoint.polling.delay' is the delay to start polling new endpoints.
* 'remote.transport' is the default transport to be used. Default is already set to SOAP/HTTP for standard DSB distribution. You can just override this default with that parameter. It is highly linked on the Fractal configuration so it is mainly for advanced users.