To disable HTTP ports in Tomcat services, complete the following steps:

Procedure

  1. Start the ncm-as service.
  2. Open the $VOYENCE_HOME/ncmcore/conf/server.xml file.
  3. Comment out the following section to remove the HTTP port reference:
    <Connector port="8881" protocol="HTTP/1.1"^M
     connectionTimeout="20000"^M
     redirectPort="8880" /> ^M
    
  4. Save the file.
  5. Restart the ncm-as service.
    Also, follow the above procedure (step 1-5) for NCM MSA.
    1. Edit the <Tomcat_Home>/conf/server.xml file to remove the HTTP port reference for 8080 -> 8443.
    2. Edit the $VOYENCE_HOME/ncmmsa/conf/server.xml file to remove the HTTP port reference for 9180 -> 9443.
    Note: MSA service runs fine after disabling the HTTP port, and no other changes are required.