Sun Java System Communications Express 6 2005Q4 Administration Guide

ProcedureTo specify the domain related properties for a particular domain:

Steps
  1. Create a directory with the domain name under uwc-deployed-path /WEB-INF/domain.

    For example: uwc-deployed-path/WEB-INF/domain/domain-name

  2. Copy the domain related configuration files under uwc-deployed-path /WEB-INF/domain directory to this directory. Refer to the section, Setting Hosted Domains for a list of domain related parameters.

  3. Customize the property files in the uwc-deployed-path /WEB-INF/domain/domain-name directory as explained in the sections below.

  4. To enable Access Manager login url to be constructed according to the domain specific URL of Communications Express, set the fully qualified virtual hostname, uwc.isvirtualhostname, to the virtual hostname of Access Manager.

    For example, when

    ce.virtualdomain.com.isvirtualhostname=is.virtualdomain.com

    and if you are accessing Communications Express from http://ce.virtualdomain.com/uwc

    then the Access Manager URL will appear as

    http://is.virtualdomain.com/amserver/UI/Login .

    If the fully qualified virtual hostname is not mapped to the to the virtual hostname of the Access Manager, Communications Express constructs the Access Manager login URL based on the static Access Manager login URL configured in uwcauth.identity.login.url.

    For example, if uwcauth.identity.login.url=http://siroe.com:85/amserver/UI/Login and you access Communications Express from a domain specific URL such as http://ce.varrius.com:80/uwc , Communications Express will construct the IS login URL as:

    http://siroe.varrius.com:85/amserver/UI/Login

    where the domain is, varrius.com.

    If the domain is ce.varrius.com, Communications Express will construct the Access Manager login URL as: http://siroe.ce.varrius.com:85/amserver/UI/Login .

  5. Make the following changes in the Access Manager configuration:

    1. Define FQDN mapping in AMconfig.properties. The default location of AMconfig.properties file is: /etc/opt/SUNWam/config/AMconfig.properties

      For example, if Access Manager is accessed from the virtual host as is.virtualdomain.com, the FQDN mapping will appear as:

      com.sun.identity.server.fqdnMap[is.virtualdomain.com]=is.virtualdomain.com

    2. Add virtualdomain.com in the additional cookie domain field in cookie domains, under service configuration -\> platform .