Enabling managed pages | HCL Digital Experience
By default, support for managed pages is enabled for the default virtual portal. However, you can also manually enable this support if managed pages are disabled.
About this task
- Administration pages, as identified by the label
ibm.portal.Administration
and its child pages - Private pages
Procedure
- Start the portal server.
- To enable support for managed pages, run the enable-managed-pages task from the wp_profile_root/ConfigEngine directory.
- Windows™
- ConfigEngine.bat enable-managed-pages -DPortalAdminPwd=password -DWasPassword=password
- AIX® HP-UX Linux™ Solaris
- ./ConfigEngine.sh enable-managed-pages -DPortalAdminPwd=password -DWasPassword=password
- IBM® i
- ConfigEngine.sh enable-managed-pages -DPortalAdminPwd=password -DWasPassword=password
- z/OS®
- ./ConfigEngine.sh enable-managed-pages -DPortalAdminPwd=password -DWasPassword=password
After you run the enable-managed-pages task for the first time, the property managed.pages is created in the portal WP Configuration Service. The value of the property is set to true.
- Restart the portal server.
- To populate web content libraries with information about
virtual portals in the system, run the create-virtual-portal-site-nodes task
from the wp_profile_root/ConfigEngine directory.For each virtual portal, this task creates a library and a site area that is called
lost-found
for resources that cannot be properly located. If the library or site area exists, the task exits. By default, the task runs on all virtual portals in the system.- Windows™
- ConfigEngine.bat create-virtual-portal-site-nodes -DPortalAdminPwd=password -DWasPassword=password
- AIX® HP-UX Linux™ Solaris
- ./ConfigEngine.sh create-virtual-portal-site-nodes -DPortalAdminPwd=password -DWasPassword=password
- IBM® i
- ConfigEngine.sh create-virtual-portal-site-nodes -DPortalAdminPwd=password -DWasPassword=password
- z/OS®
- ./ConfigEngine.sh create-virtual-portal-site-nodes -DPortalAdminPwd=password -DWasPassword=password
- To populate web content libraries with information about
the portal pages in the system, run the create-page-nodes task
from the
wp_profile_root/ConfigEngine
directory.This task can also be used when portal pages and managed pages artifacts in Web Content Manager are not synchronized. In this case, the task attempts to resynchronize the portal artifacts and web content artifacts, giving precedence to the portal artifacts.
Performance note: Depending on the amount of information in the system, the create-page-nodes task can take a long time to run. Because of the database load of the task, do not run the task frequently. The initial run of the task requires the most time, while subsequent runs typically require less time.Note: If you have many pages, then it might be necessary to increase the soap client timeout. Edit the wp_profile_root/properties/soap.client.props file to change the com.ibm.SOAP.requestTimeout to 60000.Attention: If your virtual portals have different administrative accounts, you cannot run the create-page-nodes task directly. You must run the task for every virtual portal, including the base virtual portal. Use the VirtualPortalHost or VirtualPortalContext parameter with the create-page-nodes task. Run the list-all-virtual-portals task to get a list of all your virtual portals. When you run the create-page-nodes task on the base virtual portal, set the VirtualPortalContext value to __NO__VP__ID__.- Windows™
- ConfigEngine.bat create-page-nodes -DPortalAdminPwd=password -DWasPassword=password
- AIX® HP-UX Linux™ Solaris
- ./ConfigEngine.sh create-page-nodes -DPortalAdminPwd=password -DWasPassword=password
- IBM® i
- ConfigEngine.sh create-page-nodes -DPortalAdminPwd=password -DWasPassword=password
- z/OS®
- ./ConfigEngine.sh create-page-nodes -DPortalAdminPwd=password -DWasPassword=password
By default, this task is run on all pages in all virtual portals. To limit this task to a specific virtual portal, identify the virtual portal by adding one of the following parameters to the command line. Each parameter requires the prefix-D
on the command line.- VirtualPortalHost
- Specify the host name of the virtual portal. For example,
vp.example.com
.Important: If the host name of the virtual portal is the same as the host name of the default virtual portal, you must also specify the VirtualPortalContext property. You can specify the VirtualPortalHost property by itself only if the host name is unique. - VirtualPortalContext
- Specify the virtual portal context that identifies the virtual
portal. For example,
vp1
.
You can customize the task with the following optional parameters on the command line. Each parameter requires the prefix-D
on the command line.- RunParallel
- Indicate whether you want the task to run with multiple threads.
A value of false indicates a
single thread and is the default setting.
A value of true indicates multiple threads, as specified by the work manager wpsJcrSyncWorkManager in the WebSphere® Integrated Solutions Console. Each thread requires a database connection. For optimal performance, ensure that your database connection pool supports at least as many connections as there are threads in the pool.
- Excluded
- Specify a list of unique names of page nodes to exclude from the
creation process. Excluding a page also excludes its child pages.
By default, the portal administration pages (
ibm.portal.Administration
) are excluded.
-
To populate HCL provided libraries to the existing
virtual portals, run the import-all-libs-to-vp task:
- Windows™
- ConfigEngine.bat import-all-libs-to-vp -DPortalAdminPwd=password -DWasPassword=password
- AIX® HP-UX Linux™ Solaris
- ./ConfigEngine.sh import-all-libs-to-vp -DPortalAdminPwd=password -DWasPassword=password
- IBM® i
- ConfigEngine.sh import-all-libs-to-vp -DPortalAdminPwd=password -DWasPassword=password
- z/OS®
- ./ConfigEngine.sh import-all-libs-to-vp -DPortalAdminPwd=password -DWasPassword=password
- Optional: If you used web content pages before you enabled managed pages, you can transfer the content for those pages to the Portal Site library. If you plan to use the default page templates and store your web content in the Portal Site library, transfer the content for the template pages to the Portal Site library. Otherwise, you will no longer be able to create new pages with these templates. For more information, go to Page templates and Transferring content associations to the Portal Site library.
- Optional: Ensure that users have appropriate
access to the Web Content Manager REST
virtual resource so they can use Edit mode.
For example, they have user access.