Setting up Content as a Service
To be able to work with Content as a Service pages in HCL Portal, you must enable it by using an HCL Digital Experience configuration task.
For Content as a Service pages to work, you must have the new functions for HCL Portal and HCL Web Content Manager Version 8.5 CF05 enabled. For more information, see the readme file for WebSphere Portal and Web Content Manager V8.5 CF05.
The setup for Content as a Service pages comprises both resources that are shared across virtual portals and virtual portal scoped resources.
-
Change the directory to the wp_profile_root/ConfigEngine directory.
-
Run the following command to initiate the setup of shared resources:
- AIX® and Linux™:
./ConfigEngine.sh install-caas -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password
- Windows™:
ConfigEngine.bat install-caas -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password
- AIX® and Linux™:
-
Run the following command to initiate the setup of default virtual portal scoped resources:
- AIX and Linux:
./ConfigEngine.sh install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password
- Windows:
ConfigEngine.bat install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password
- AIX and Linux:
-
If you have virtual portals, run the following command on each virtual portals to initiate the setup of virtual portal scoped resources:
Note
Add either the -DVirtualPortalContext or -DVirtualPortalHost parameter to the install-caas-vp.
- AIX and Linux:
./ConfigEngine.sh install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password -DVirtualPortalContext=virtual_portal_context
- Windows:
ConfigEngine.bat install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password -DVirtualPortalContext=virtual_portal_context
- AIX and Linux:
-
Restart your portal server.