Show TOC

Portal URLsLocate this document in the navigation structure

Use

The following describes the basic URL formats for a portal request:

  • http://<server>:<port>/irj/portal

    This request displays the portal desktop for the current user, which includes the masthead, navigation links and other information in the framework page.

    After displaying the desktop, the first navigation node, which is by default the home page, is displayed.

    For detailed explanation of this process flow, see How Requests Are Handled by Server .

  • http://<server>:<port>/irj/portal?NavigationTarget=<pcd address or navigation node name>

    This request is similar to the one above, in that it displays the entire portal desktop and framework page for the current user. However, instead of displaying the home page, it automatically navigates to the navigation node defined by the NavigationTarget URL parameter.

    For more information about navigation and navigation targets, see Navigating in the Portal .

  • http://<server>:<port>/irj/servlet/prt/portal/prtroot/appName.compName

    This request runs a specified portal component and displays only the output of the component. No framework page is displayed, and no personalization is used.

  • http://<server>:<port>/irj/servlet/prt/portal/prtroot/<pcd address>

    This request runs a specified iView or page (and, therefore, the underlying component) without a framework page. However, this request uses the personalization set for the iView or page.

    For more information about personalization of the portal content, see Personalization .