Skip to main content Skip to complementary content
Close announcements banner

Installing Tomcat in cluster mode

Procedure

  1. Install one Tomcat server.
  2. Edit the <ApplicationPath>\WEB-INF\classes\quartz.properties file.
  3. Uncomment the following lines by removing the hash character preceding the command:
    #org.quartz.scheduler.instanceName = MyClusteredScheduler
    #org.quartz.scheduler.instanceId = AUTO
    #org.quartz.jobStore.isClustered = true
    #org.quartz.jobStore.clusterCheckinInterval = 20000
  4. Share the user-defined Jobs folder and task logs folder with the new Tomcat instance. From Talend Administration Center, in the Job conductor node of the Configuration page, you should use the same folders to store the generated Jobs and the same folders to store the logs. To synchronize these folders, it is recommended to use a file-synchronization tool like Unison to propagate the changes to the two folders, or you should at least use a shared directory to store these folders.
  5. Start Tomcat to deploy Talend Administration Center.

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 – let us know how we can improve!