To enable the NCM UI to use HTTPS port, complete the following steps:
Procedure
- Edit the following files:
- -find . -name powerup.jnlp
- ./ui/html/powerup.jnlp
- ./webstart/ui/html/powerup.jnlp
- ./ncmcore/webapps/voyence/powerup.jnlp
- In the respective files, change the following to use HTTPS port.
<property name="jnlp.cc.remoting.servlet.base" value="https://$$hostname:8880/ncm-webapp/remoting/"/>
- Save the files.