Personalization service example
- Create a junction to the portal server:
pdadmin> server task web1-webseald-cruz -t ssl -h PORTAL1 /portal
- Define the region of the WebSEAL protected object space that contains resources available to the personalization service:
pdadmin> objectspace create /Resources “Portal Object Hierarchy” 10 pdadmin> object create /Resources/Content ““ 10 ispolicyattachable yes pdadmin> object create /Resources/Support ““ 10 ispolicyattachable yes pdadmin> object create /Resources/Content/CGI ““ 11 ispolicyattachable yes pdadmin> object create /Resources/Support/Servlet ““ 11 ispolicyattachable yesThe “ispolicyattachable” argument must be set to “yes” for each resource. The search mechanism selects only qualified resource objects with explicitly set ACLs.- WebSEAL configuration file:
[portal-map]
/portal/servlet/PortalServlet = /Resources:r- Portal URL used by the user:
https://WS1/portal/servlet/PortalServlet
Parent topic: Custom personalization service