Creating Keystore in the Tomcat Server

This procedure describes the steps to create Keystore in the Tomcat server.

  1. Log in to the IDIH App VM using SSH as an admusr user.
  2. Run the following command to change the directory to conf folder of Tomcat:
    cd /usr/share/tomcat6/conf
  3. Run the the following command to take a backup of the existing jks file:
    cp idih.jks idih-bkp.jks
  4. 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>