To enable the NCM UI to use HTTPS port, complete the following steps:

Procedure

  1. Edit the following files:
    • -find . -name powerup.jnlp
    • ./ui/html/powerup.jnlp
    • ./webstart/ui/html/powerup.jnlp
    • ./ncmcore/webapps/voyence/powerup.jnlp
  2. 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/"/> 
    			 
  3. Save the files.