+

Search Tips   |   Advanced Search

Disable managed pages

Disable support for managed pages by running the disable-managed-pages configuration task.

Disable managed pages has the following effects:

  1. Run the disable-managed-pages task from the WP_PROFILE/ConfigEngine.

      Windows

      ConfigEngine.bat disable-managed-pages -DPortalAdminPwd=foo -DWasPassword=foo

      AIX Linux Solaris

      ./ConfigEngine.sh disable-managed-pages -DPortalAdminPwd=foo -DWasPassword=foo

      IBM i

      ConfigEngine.sh disable-managed-pages -DPortalAdminPwd=foo -DWasPassword=foo

    After running the disable-managed-pages task for the first time, the property managed.pages is created in the WP WPConfigService configuration service. The value of the property is set to false.

  2. Restart the portal server.


Parent: Configure managed pages