+

Search Tips   |   Advanced Search

Remove the Content Template Catalog from the base portal

Remove Content Template Catalog core components and assembly is part of the uninstallation process. Follow these steps to remove the Content Template Catalog from the base portal.

  1. Change the installation configuration in the components.properties file, located in the wp.ctc folder in the solutions installer offering directory.

    This is generally configured to be WP_PROFILE/paa/wp.ctc, but can be located elsewhere depending on the environment's Solutions Installer configuration.

    Enable uninstallation of all components by setting the following properties to “true":

    • components/wp.ctc
    • components/wp.ctc.sitetemplates
    • components/wp.ctc.design
    • components/wp.ctc.templates
    • components/wp.ctc.demo
    • components/wp.ctc.demo.mls

  2. Open a command prompt and navigate to the WP_PROFILE/ConfigEngine.

  3. Remove the Content Template Catalog assembly. For example:

      ./ConfigEngine.sh remove-paa -DappName=wp.ctc

  4. Uninstall Content Template Catalog using either:

      ./ConfigEngine.sh uninstall-paa -DappName=wp.ctc
      ./ConfigEngine.sh uninstall-paa -DappName=wp.ctc -DforceUninstall=true

  5. Use a WebDAV client, go to the /wps/mycontenthandler/dav/fs-type1/themes/Portal8.5 directory.

    1. Delete ctc.json from the contributions folder.
    2. Delete profile_ctc_deferred.json from the profiles folder.
    3. Delete the CTC folder.

  6. Restart WebSphere Portal.


Parent Uninstall Content Template Catalog