Sun Java System Portal Server 7.1 Configuration Guide

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.