Sun Java System Portal Server 7.1 Configuration Guide

Configuring Secure Remote Access

The SRA core component can only be installed and configured on the same node as the Portal Server component. The Portal Server and SRA core components have to be configured at the same time. So the SRA core component cannot be configured on a host that already has an existing Portal Server.

ProcedureTo Configure Secure Remote Access

  1. Add Secure remote access support to Portal Server by adding the <component>sracore</component> to the <ComponentsToConfigure> section.

  2. Add the following section to the <PortalConfiguration> section.

    <PortalConfiguration>
    		.
    		.
    		.
    		<SecureRemoteAccessCore
    			GatewayProtocol="https"
    			PortalServerDomain="@DOMAIN@" 
    			GatewayPort="@GATEWAY.PORT@"
    			GatewayProfileName="default"
    		LogUserPassword="@SRA.LOGUSER.PASSWORD@"/>
    </PortalConfiguration>
  3. Replace the tokens with actual values.

    @DOMAIN@

    Domain name of the machine on which Portal Server is to be configured

    @GATEWAY.PORT@

    Port on which Gateway is to run

    @SRA.LOGUSER.PASSWORD@

    SRA log user password

  4. Modify the GatewayProfileName value if the default profile will not be used.