Upgrading Apache Tomcat used by Talend Administration Center - 8.0

How to Upgrade Apache Tomcat used by Talend Administration Center?

Version
8.0
Language
English
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 Administration Center
Content
Installation and Upgrade
Last publication date
2024-02-06

This procedure explains how to upgrade a point release of Apache Tomcat. For more information on the supported releases, see Compatible web application servers.

This procedure assumes the default installation path for Apache Tomcat with Talend Administration Center. If Apache Tomcat was installed in a different location, make the appropriate path changes.

To upgrade Apache Tomcat to a newer release, the new files must be downloaded and must replace the existing installation. Some files from the following folders will need to be migrated:

  • \tac\apache-tomcat\conf
  • \tac\apache-tomcat\webapps
  • \tac\apache-tomcat\bin

Procedure

  1. Download Apache Tomcat from Apache Tomcat website.
  2. Check the Apache Tomcat configuration file differences from the Apache Tomcat migration guide to verify there are no impacting differences.

    If changes are needed for the versions being upgraded, see the Apache Tomcat documentation for guidance.

  3. Stop the Talend Administration Center.
  4. Rename the existing apache-tomcat folder to OLDapache-tomcat, for example.

    Example: The folder name must not start with apache.

  5. Extract the new Apache Tomcat version to the apache-tomcat folder using 7-Zip.

    Make sure the file permissions are set appropriately and are the same permissions set for OLDapache-tomcat.

  6. Copy the OLDapache-tomcat\endorser folder to \tac\apache-tomcat\.
  7. Copy the contents of OLDapache-tomcat\conf to \tac\apache-tomcat\conf.
  8. Copy the contents of OLDapache-tomcat\webapps to \tac\apache-tomcat\webapps.
    The following five folders are already existing from Apache Tomcat and can be deleted if you do not need them in your production environment:
    • docs
    • examples
    • host-manager
    • manager
    • root
  9. Copy the following files from OLDapache-tomcat\bin to \tac\apache-tomcat\bin:
    • service.bat
    • setenv.bat
  10. For Windows installations, you also need to copy the following files from OLDapache-tomcat\bin to \tac\apache-tomcat\bin:
    • tomcat9.exe
    • tomcat9w.exe
  11. Comment the following line from the \tac\apache-tomcat\conf\server.xml file.
    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
  12. Start Talend Administration Center.