Documentation Center

Post-installation setup

Perform these steps after installing Contenta Web.

Procedure

  1. Upgrade only: If you plan to use the Dynamic Import tool from Contenta Web.
    Compare the CustomCallbacks.pm and utils.pm files in the $XYV_PDM_ROOT > encaps/di with the files in the $XYV_PDM_ROOT > encaps/di/ custom directory. If the files differ, make appropriate changes (that is, incorporate customizations in the files in the di/custom directory with changes in the delivered files in the di directory) and save them to the $XYV_PDM_ROOT > encaps/di/custom directory.
  2. Reboot your system.
  3. After rebooting, manually start the Tomcat service.
    On Linux, enter the following commands from a terminal window:
    1. source /disk5/jakarta-tomcat-<version>/bin/tomcat.cshrc
    2. cd /<directory>/jakarta-tomcat-<version>/work
    3. rm -rf C*
    4. cd /<directory>/jakarta-tomcat-<version>/bin
    5. ./startup.sh

      where: <directory> is the path to jakarta-tomcat and <version> is the version (number) of the Tomcat software.

    On Windows, enter the following commands from a command window:
    1. Clear the cache (delete the Catalina folder from the work folder).
    2. Go to Control Panel > Administrative Tools > Services.
    3. Start the Apache Tomcat service.
  4. Linux upgrade only: Merge your existing unixuser.dat registry file, located in the $XYV_PDM_ROOT/clients/setup directory with the new one delivered by the installation program to $XYV_PDM_ROOT/distr/clients/setup.

    SDL recommends that you merge changes from your existing $XYV_PDM_ROOT/clients/setup/unixuser.dat into $XYV_PDM_ROOT/distr/clients/setup/unixuser.dat and copy the resultant file to the $XYV_PDM_ROOT/clients/setup directory.

Results