Skip to main content
Close announcements banner

Changing the default ports used by the MDM server in Tomcat

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" />
        <Connector port="8109" protocol="AJP/1.3" 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.

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!