ATG Portal includes a component, /atg/portal/framework/PortalObjectResolver. The PortalObjectResolver maps hostnames or URL fragments to portals. The page dispatcher can refer to the PortalObjectResolver in order to route the request to the appropriate portal, based on the hostname or URL fragment mapping. The portal names are specified in the /atg/portal/framework/PortalManager component. You can configure this behavior using the following PortalObjectResolver properties:

Property

Description

hostToPortalMap

A mapping between hostnames and portal names. These mappings override URL mappings. The form for this map is: host_name=portal_id,host_name2=portal_id2

urlToPortalMap

A mapping of URL fragments to portal names. The form for this map is: url=portal_id,url2=portal_id2. The URL fragment must not contain any / characters.

 
loading table of contents...