Changing ports configuration of DMS
search cancel

Changing ports configuration of DMS

book

Article ID: 246140

calendar_today

Updated On:

Products

CA Release Automation - Release Operations Center (Nolio)

Issue/Introduction

How can we configure port used by Data Management Server(DMS) a.k.a. MS(Management Server) to the custom ports instead of default.?

 

Environment

Release : 6.x

Component : CA RELEASE AUTOMATION ADMINISTRATION

Resolution

Data Management Server runs on Tomcat and the port configuration of DMS can be in below mentioned files. Please refer Tech document shared in additional information for more details around respective ports and protocols.

Data Management Server:

  • 8443/8080: UI                  - $INSTALL_DIR\conf\server.xml
  • 8005: Shutdown               - $INSTALL_DIR\conf\server.xml
  • 8009: AJP Connector       - $INSTALL_DIR\conf\server.xml         

Steps to change ports configuration:

  1. Stop the DMS service
  2. Take a backup of server.xml file
  3. Edit the server.xml file looking for specific port and replacing it with NEW_PORT
  4. Save the file and start the DMS service

Additional Information