+

Search Tips   |   Advanced Search

Virtual Portal Configuration Service


The Virtual Portal configuration service (WP VirtualPortalConfigService) enables you to specify properties for the default virtual portal and for specific virtual portals.


Property syntax

There are several ways that we can define properties for virtual portals:

Replace the following variables when defining specific properties:

We can determine the URL context and the host name of the target virtual portal with the Manage Virtual Portals administration portlet.


Evaluation order

The portal evaluates properties for virtual portals in the following order and returns the appropriate value:

  1. The portal checks for a specific property defined for a virtual portal by the context, hostname, or default keyword. The value of the property is returned.

    If we define conflicting values for a virtual portal with different properties, the results can be unpredictable.

    For example, this issue can occur if we define one value with the context keyword and a different value with the hostname keyword. To avoid problems, use only one value.

  2. If no specific property is defined for a virtual portal, the portal checks for a property defined by the global keyword. The value of the property is returned.

  3. If no global property is defined, the value null is returned.


Parent: Portal configuration services