...
- Open the
tasks-config.xml
file of the task server from the<PRODUCT_HOME>/repository/conf/etc
directory. - Set the task server mode to AUTO, STANDALONE or CLUSTERED. Use CLUSTERED mode if the task server installation is clustered.
The task server count should always be 0 for STANDALONE mode. If the mode is CLUSTERED, specify the number of clusters. Refer Product Clustering and Deployment Guide for more details.
Given below is how atasks-config.xml
file is configured for a clustered task server, with which has 3 instances:Code Block <taskServerMode>CLUSTERED</taskServerMode> <taskServerCount>3</taskServerCount>
- The <taskClientDispatchAddress> and <remoteServerAddress> parameters are not required.
- Give the user name and password for the remote task server.