Setting up Content as a Service | HCL Digital Experience
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.
Before you begin
About this task
The setup for Content as a Service pages comprises both resources that are shared across virtual portals and virtual portal scoped resources.
Procedure
- Change the directory to the wp_profile_root/ConfigEngine directory. If you are using IBM® z/OS®, open a UNIX System Services command prompt to change directories.
-
Run the following command to initiate the setup of shared resources:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh install-caas -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password
- IBM® i:
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®
HP-UX
Linux™
Solaris
z/OS®:
-
Run the following command to initiate the setup of default virtual portal scoped
resources:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password
- IBM® i:
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®
HP-UX
Linux™
Solaris
z/OS®:
-
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®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password -DVirtualPortalContext=virtual_portal_context
- IBM® i:
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®
HP-UX
Linux™
Solaris
z/OS®:
- Restart your portal server.