Configuration file "./etc/startup.xml"


images/download/attachments/21306067/media_1343636260268-version-3-modificationdate-1499394813000-api-v2.png


(1) These following settings have to be identical to the ones of the Node Controller (here with 'round-robin').


<!-- configuration for load balance systems -->
<Call name="enableLoadBalance"><Arg type="boolean">true</Arg></Call>
<Call name="useLoadInformation"><Arg type="boolean">false</Arg></Call>


(2) A Working Node (and only a Working Node) has to have the address of the Node Controller set. The port is the port of the MessageService of the Node Controller (default is 8020). In this example, the Node Controller is accessible via the local URL neptun.local on port 8020.


<Call name="setMasterNode"><Arg>
<New class="com.ebd.hub.services.message.Target">
<Arg>neptun.local</Arg><Arg type="int">8020</Arg></New></Arg></Call>


(3) If the Node Controller uses the backup directory ./datawizard/backup (default), you have to configure how this installation is able to access that directory.


<Call name="replacePath"><Arg>./datawizard/</Arg><Arg>/shared/Hub/datawizard/</Arg></Call>


This configures that the Node Controller directory ./datawizard can be accessed via path /shared/Hub/datawizard. It is important that there is at least one subfolder! The path / or Z:/ would not be valid! Additionally, please do not forget to set the correct path (here /shared/Hub/datawizard) in the following entry.


<Set name="backupDir">/shared/datawizard/backup/</Set>


Important note: Under Windows, and when Lobster_data is started as a service, do not work with //<server_name>/d$/ld/backup because it is not recognised by the service. Please work with proper shared folders here.

Important note: Make sure to set the same database instance in configuration file ./etc/database.xml that is used as the repository by the Node Controller! If you adjust the name (id) in file ./etc/factory.xml, the configuration of the Working Node is completed.