Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the tasks-config.xml file of your carbon server. You can find this file in the <PRODUCT_HOME>/repository/conf/etc directory.
  2. Set the task server mode to REMOTE.

    Code Block
    <taskServerMode>REMOTE</taskServerMode>

     

  3. The <taskclientdispatchaddress> should be the address to the same carbon server.
  4. The <remoteServerAddress> should be the url to the remote task server.

...