Enabling JavaServer Pages to access a page group

You can enable JavaServer Pages (JSPs) to access a page group's externally published portlets, as well as any portlets on Standard pages within the page group.

NoteTo enable JSPs to access a page group, you must have at least one of the following privileges:

To enable JavaServer Pages to access a page group:

  1. In the Navigator, click Properties next to the page group with which you want to work.

  2. Click the Configure tab.

  3. In the JSP Access section, click Edit.

  4. Select Allow External Access.

  5. In the Access Key field, enter a text string to provide security between the page group and any JSPs that access it. Any JSP that includes references to this page group must provide the correct access key in its configuration file. When the JSP is executed, the key in the configuration file is compared to the key specified here.

    For more information about how to configure JSPs to access page groups, see Integrating JavaServer Pages with Oracle9iAS Portal on Oracle Technology Network.

  6. Click OK to return to the Configure tab.

  7. Click OK to return to the Navigator.

Related topics

Making a portlet available for use in JSPs
JSP considerations