Personalization service example

  • Create a junction to the portal server:
    pdadmin> server task web1-Reverse Proxyd-cruz -t ssl -h PORTAL1 /portal
  • Define the region of the Reverse Proxy 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 yes
    Note: The “ispolicyattachable” argument must be set to “yes” for each resource. The search mechanism selects only qualified resource objects with explicitly set ACLs.
  • Reverse Proxy configuration file:
    [portal-map]
    /portal/servlet/PortalServlet = /Resources:r
  • Portal URL used by the user:
    https://WS1/portal/servlet/PortalServlet