This procedure describes the steps to create Keystore in the Tomcat
server.
Log in to the IDIH App VM using SSH as an admusr user.
Run the following command to change the directory to conf folder of
Tomcat:
cd /usr/share/tomcat6/conf
Run the the following command to take a backup of the existing jks file:
cp idih.jks idih-bkp.jks
Run the following command to copy the Keystore that was created for the
WebLogic server into the Tomcat configuration folder:
cp /usr/TKLC/xIH/bea/user_projects/domains/tekelec/nsp/<JKS file created for WebLogic in the previous step> .
sudo chown tomcat:root <JKS file created for WebLogic in the previous step>