Copying the libraries, the resources and the .war file - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Windows
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
Available in...

Big Data Platform

Data Fabric

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

Procedure

  1. Copy the content of dqportal/resources/common/lib into <TomcatPath>/lib.
  2. Copy the dqportal/resources/common/resources folder at the root of the Apache Tomcat installation directory.
    Edit the host and port information (localhost:8080 by default) in the following files according to your installation:
    • resources/static_menu/talend_drools.html
    • resources/static_menu/talend_tac.html
    • resources/static_menu/talendmdm.html
  3. Copy the dqportal/resources/hsql/webapps/tdqportal.war file into <TomcatPath>/webapps.
  4. Copy all files from resources/common/webapps to <TomcatPath>/webapps.
  5. Start the Apache Tomcat server to enable the deployment of tdqportal.war, SpagoBIQbeEngine.war and some other .war files copied to <TomcatPath>/webapps. This will create the <TomcatPath>/webapps/tdqportal/WEB-INF/lib folder, the <TomcatPath>/webapps/SpagoBIQbeEngine/WEB-INF/lib folder, and many other folders.
  6. Copy the jdbc .jar file for the data mart database into <TomcatPath>/lib or into <TomcatPath>/webapps/tdqportal/WEB-INF/lib and webapps/SpagoBIQbeEngine/WEB-INF/lib (recommended).
    Note that the jar version must match the data mart database version.
  7. Restart Apache Tomcat to have changes in the .lib file take effect.