Changing the default ports used by the MDM server in Tomcat - 8.0

Talend Installation Guide

Version
8.0
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 ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

During the MDM server installation, under the directory <TomcatPath>\conf, the server.xml file is configured to use one set of ports for the MDM server. One example is shown below:

<Server port="8105" shutdown="SHUTDOWN">
    ...
    <Service name="Catalina">
        <Connector port="8180" protocol="HTTP/1.1"
                   connectionTimeout="20000"
                   redirectPort="8543" />
    ...
    </Service>
</Server>

If needed, you can customize the set of ports to be used. Three sets of predefined ports are available, each of which provides a set of different ports, as shown in the table below:

Port Set

Port Numbers

Default

mdm.port.http=8180

mdm.port.https=8543

mdm.port.ajp=8109

mdm.port.shutdown=8105

set 1

mdm.port.http=8080

mdm.port.https=8443

mdm.port.ajp=8009

mdm.port.shutdown=8005

set 2

mdm.port.http=8280

mdm.port.https=8643

mdm.port.ajp=8209

mdm.port.shutdown=8205

set 3

mdm.port.http=8380

mdm.port.https=8743

mdm.port.ajp=8309

mdm.port.shutdown=8305

For more information on configuring the MDM server, see Configuring MDM Server.