Installing Tomcat in cluster mode - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

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.