Prepare the Server Variable, UserName and Password
The following variables needs to be set in config.properties file present at the following
location:
[ProductDirectory]/ncmcore/webapps/ncm-webapp/samples/J2EE/conf
#Replace the <server-ip> with the actual IP Address of the NCM server. cc.remoting.servlet.base=http://<server-ip>:8881/ncm-webapp/remoting/ #Replace the username and password values with the actual ones. user=sysadmin password=sysadmin
The cc.remoting.servlet.base URL in J2EE
samples folder is changed from https (secure) to http by default. This is to bring
performance improvement for J2EE API calls. To make the J2EE API calls secure, please
follow below steps:
- Open<VOYENCE_HOME>/ncmcore/webapps/ncm-webapp/samples/J2EE/conf/config.properties.
- Modify the below lines fromcc.remoting.sevlet.base=http://<server-ip>:8881/ncm-webapp/remoting/tocc.remoting.servlet.base=https://<server-ip>8880/ncm-webapp/remoting/.