Sun Java System Reference Configuration Series: Portal Service on Application Server Cluster

ProcedureTo Set Up a Rewriter Proxy Instance on ps1

  1. Create a working copy of the Rewriter Proxy configuration file.

    # cp /opt/SUNWportal/samples/psconfig/example12.xml /tmp/rwp-ps1.xml

  2. Edit your working copy of the configuration file in a text editor.

    Locate the configuration parameters that are listed in the following table, and change their values to the values shown in the table.

    Parameter 

    Value 

    @HOST.DOMAIN@ 

    ps1.pstest.com

    @LBHOST.DOMAIN@ 

    ps.pstest.com

    @PSHOST.DOMAIN@ 

    pstest.com

    @PORT@ 

    80

    @AMADMIN.PASSWORD@ 

    access-manager-admin-password

    @AMLDAPUSER.PASSWORD@  

    access-manager-LDAP-password

    @DIRMGR.PASSWORD@ 

    directory-manager-password

    @REWRITER.PROXY.PORT@ 

    10443

    @IPADDRESS@ 

    10.0.2.3

    @SRA.LOGUSER.PASSWORD@ 

    loguser-password

    Organization 

    your-organization

    Division 

    your-division

    StateProvince 

    your-state

    CountryCode 

    your-country

    @SRA.CERTDB.PASSWORD@  

    cert-DB-password

  3. Create a Rewriter Proxy instance.

    # /opt/SUNWportal/bin/psconfig --config ./tmp/rwp-ps1.xml

  4. Start the Rewriter Proxy instance.

    # /opt/SUNWpoartal/bin/psadmin start-sra-instance -u amadmin -N default -t rwproxy

    When prompted, type the access-manager-admin-password.