Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a missing letter to the Carte options section header

...

Code Block
<slave_config>
  <slaveserver>
    <name>Slave01</name>
    <hostname>localhost</hostname>
    <port>9081</port>
  </slaveserver>


  <masters>
    <slaveserver>
      <name>master1</name>
      <hostname>localhost</hostname>
      <port>9080</port>
      <!--<webAppName>pentaho-di</webAppName>-->
      <username>admin</username>
      <password>password</password>
      <master>Y</master>
    </slaveserver>
  </masters>


  <report_to_masters>Y</report_to_masters>

  <max_log_lines>10000</max_log_lines>
  <max_log_timeout_minutes>1440</max_log_timeout_minutes>
  <object_timeout_minutes>1440</object_timeout_minutes>
</slave_config>

...

Carte options

To specify on which hostname, interface or port the Carte slave server runs, you should specify a slave_server element:

...