Sun Java Enterprise System 5 Update 1 Installation Reference for UNIX

Access Manager Web Container Information

The Identity Management and Policy Services Core subcomponent of Access Manager runs in a web container, usually Web Server or Application Server.


Note –

Access Manager can also run in a third-party web container, specifically IBM WebSphere Application Server or BEA WebLogic Server. After installing Access Manager with the Configure Later option, you then run the amconfig script to do postinstallation configuration. You must follow the IBM or BEA documentation to install and configure the third-party web container.


The information that the installer needs is different for each web container:

Access Manager With Application Server

This section describes the information that the installer needs when Application Server is the web container for the Identity Management and Policy Services Core subcomponent of Access Manager.

Table 3–4 Access Manager With Application Server as Web Container

Label and State File Parameter 

Description 

Secure Server Instance Port 

IS_IAS81INSTANCE_PORT

Port on which Application Server listens for connections to the instance. 

The default value is 8080.

If you make a selection that does not correspond to the protocol set earlier for Application Server, an error is displayed. You must resolve the situation before continuing. 

Secure Administrator Server Port 

IS_IAS81_ADMINPORT

Port on which the administration server for Application Server listens for connections. 

The default value is 4849.

Administrator User ID 

IS_IAS81_ADMIN

User ID of the Application Server administrator. 

The default value is the administrator user ID you provided under Common Server settings.  

Note: If you chose to use a single administrator account, this field is not present. 

Administrator Password 

IS_IAS81_ADMINPASSWORD

The default value is the administrator password you provided under Common Server settings.  

Note: If you chose to use a single administrator account, this field is not present. 

Note: In the Java ES installer, white space cannot be used in admin passwords, nor can the following symbols:  ; & ( ) ! | < > ' “ $ ^ \ # / , @ %

Access Manager With Web Server

This section describes the information that the installer needs when Web Server is the web container for the Identity Management and Policy Services Core subcomponent of Access Manager.

Table 3–5 Access Manager With Web Server as Web Container

Label and State File Parameter 

Description 

Host Name 

IS_WS_HOST_NAME

The fully qualified domain name for the host. 

For example, if this host is siroe.example.com, this value is siroe.example.com.

The default value is the fully qualified domain name for the current host. 

Administrator User ID

IS_WS_ADMIN_ID

User ID of the Web Server administrator. 

The default value is the administrator user ID you provided under Common Server settings.  

Note: If you chose to use a single administrator account, this field is not present. 

Administrator Password

IS_WS_ADMIN_PASSWORD

Password of the Web Server master administrator. 

The default value is the administrator password you provided under Common Server settings. 

Note: If you chose to use a single administrator account, this field is not present. 

Note: In the Java ES installer, white space cannot be used in admin passwords, nor can the following symbols:  ; & ( ) ! | < > ' “ $ ^ \ # / , @ %

Document Root Directory

IS_WS_DOC_DIR

Directory where Web Server stores content documents. 

Solaris OS: /var/opt/SUNWwbsvr7/https-hostname.domain/docs

Linux : /var/opt/sun/webserver7/https-hostname.domain/docs

Web Server Port 

IS_WS_INSTANCE_PORT

Port on which Web Server administration instance listens for HTTPS connections. If this port is in use, you are presented with a choice of available ports. 

Default value is 80. 

Web Server Instance Directory 

IS_WS_INSTANCE_DIR

Path to the directory where an instance of Web Server is installed, using the following syntax: 

WebServer-base/https-webserver-instancename

If you are installing Web Server in this session, the default value for WebServer-base is the Web Server instance directory:

Solaris OS: /var/opt/SUNWwbsvr7

Linux : /var/opt/sun/webserver7

Web Server Protocol

IS_WS_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.