...
- Open the
tasks-config.xml
file of your carbon server. You can find this file in the<PRODUCT_HOME>/repository/conf/etc
directory. Set the task server mode to REMOTE.
Code Block <taskServerMode>REMOTE</taskServerMode>
- The
<taskclientdispatchaddress>
should be the address to the same carbon server. - The
<remoteServerAddress>
should be the url to the remote task server.
...