Skip to main content Skip to complementary content

Installing Service Locator as standalone (Alternative)

Before you begin

Make sure you have the relevant permissions to execute the locator startup scripts:

chmod a+x zookeeper/bin/*.sh

Procedure

  1. Open a command window.
  2. Browse to the <TalendESBPath>/zookeeper/bin directory.
  3. Run the following command:
    zkServer.sh start
  4. Optional: Customize the configuration of the Service Locator standalone: edit the following file: <TalendESBPath>/zookeeper/conf/zoo.cfg and change the parameters according to your needs.
    Field name Description
    tickTime The basic time unit in milliseconds used by the Service Locator. It is used to do heartbeats, and the minimum session timeout will be twice the tickTime value.
    dataDir The location to store the in-memory database snapshots and, unless specified otherwise, the transaction log of updates to the database.
    clientPort The port to listen for client connections.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!