NCM EDAA (MSA) and NCM Smarts Adapter communicate with the Application Server using HTTPS by default. Use these steps to change to HTTP.

Procedure

  1. Open these files:
    • $VOYENCE_HOME/ncmmsa/webapps/ncm-msa/WEB-INF/classes/config.properties
    • $VOYENCE_HOME/NCMSmartsAdapter/lib/config.properties
    • $TOMCAT_HOME/webapps/web/WEB-INF/classes/config.properties
  2. Modify this line,
    cc.remoting.servlet.base=https://<server-ip>:8880/ncm-webapp/remoting/
    
    Change it to
    cc.remoting.servlet.base=http://<server-ip>:8881/ncm-webapp/remoting/