To enable the NCM client and API to use HTTPS port, complete the following steps:
Procedure
- 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
- In the respective files, change the following to use HTTPS port.
cc.remoting.servlet.base=https://<ncm-ip>:8880/ncm-webapp/remoting/
- Save the files.