Sun Java System Portal Server 7.2 Installation and Configuration Guide

Configuring Portal Server Components

Portal Server components that can be installed and configured across different nodes include the core Portal Server , Secure Remote Access (SRA), Gateway, Netlet Proxy, and Rewriter Proxy. The <ComponentsToConfigure> element is constructed based on which components are configured on this host.

ProcedureTo Configure Portal Server Components

  1. Include the following in the configuration XML file.

    <ComponentsToConfigure>
    		<component>portalserver</component>
    		<component>gateway</component>
    		<component>netletproxy</component>
    		<component>rewriterproxy</component>
    </ComponentsToConfigure>

    To exclude components, remove the corresponding <component> element.