To enable the NCM client and API to use HTTPS port, complete the following steps:

Procedure

  1. Edit the following files:
    • [root@<ncm-ip>:smarts-ncm]# find . -name config.properties
    • ./ncmcore/webapps/ws/WEB-INF/classes/config.properties
    • ./ncmcore/webapps/ncm-webapp/WEB-INF/classes/config.propertie
    • ./ncmcore/webapps/ncm-webapp/samples/J2EE/conf/config.properties
  2. In the respective files, change the following to use HTTPS port.
    cc.remoting.servlet.base=https://<ncm-ip>:8880/ncm-webapp/remoting/
  3. Save the files.