Sun Java Enterprise System 5 Update 1 Installation Reference for UNIX

Access Manager Web Container Information

This section describes the services information that the installer needs when you are specifying web container details.

Table 3–6 Access Manager Services Information for Specifying Web Container

Label and State File Parameter 

Description 

Host Name 

IS_SERVER_HOST

Fully qualified domain name of the host on which you are installing Java ES. 

The default value is the fully qualified domain name of the local host. 

Services Deployment URI 

SERVER_DEPLOY_URI

Uniform Resource Identifier (URI) prefix for accessing the HTML pages, classes, and JAR files associated with the Identity Management and Policy Services Core subcomponent. This URI is used to access the realm (Access Manager 7.x compatible) console. 

The default value is amserver. Do not enter a leading slash.

Common Domain Deployment URI 

CDS_DEPLOY_URI

URI prefix for accessing the common domain services on the web container. 

The default value is amcommon. Do not enter a leading slash.

Cookie Domain 

COOKIE_DOMAIN_LIST

The names of the trusted DNS domains that Access Manager returns to a browser when Access Manager grants a session ID to a user. 

You can scope this value to a single top-level domain, such as example.com . The session ID will provide authentication for all subdomains of example.com.

Alternatively, you can scope the value to a comma-separated list of subdomains, such as .corp.example.com,.sales.example.com. The session ID will provide authentication for all subdomains in the list.

A leading dot (.) is required for each domain in the list.

The default value is the current domain, prefixed by a dot (.).

Password Deployment URI 

PASSWORD_SERVICE_DEPLOY_URI

URI that determines the mapping that the web container running Access Manager will use between a string you specify and a corresponding deployed application. This is the URI for the Access Manager password reset service.  

The default value is ampassword. Do not enter a leading slash.

Console Protocol

CONSOLE_PROTOCOL

Protocol specified for Web Server to listen on the Web Server port. A secure port uses the HTTPS protocol. A non-secure port uses HTTP. 

The default value is HTTP.