Sun Java Enterprise System 2005Q4 Installation Reference

Access Manager: Web Container Information

The Identity Management and Policy Services Core subcomponent of Access Manager runs in Web Server or Application Server.


Note –

This component also runs in a third-party web container, however, you must install AM using the Configure Later option. In this case, configuration is done after installation.


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

Web Container Information: 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 1–4 Web Container Information for Access Manager with Web Server

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. 

Web Server Port 

IS_WS_INSTANCE_PORT

Port on which Web Server listens for HTTP connections. 

The default value is 80.

If you are installing Web Server in this installer session, the default value is the Web Server HTTP Port (WS_ADMIN_PORT) value. Refer to Web Server: Default Web Server Instance Information.

Web Server Instance Directory 

IS_WS_INSTANCE_DIR

Path to the directory where an instance of Web Server is installed. The path must have 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 installation directory:

Solaris OS: /opt/SUNWwbsvr

Linux: /opt/sun/webserver

Document Root Directory 

IS_WS_DOC_DIR

Directory where Web Server stores content documents. 

If you are installing Web Server in this installer session, the default value is the Web Server value Document Root Directory (WS_INSTANCE_CONTENT_ROOT ). Refer to Web Server: Default Web Server Instance Information.

If you are not installing Web Server, the default location is WebServer-base/docs.

The default value for WebServer-base is the Web Server installation directory:

Solaris OS: /opt/SUNWwbsvr

Linux: /opt/sun/webserver

Secure Server Instance Port 

IS_SERVER_PROTOCOL

Specify whether the port for the Web Server instance is a secure port. A secure port uses the HTTPS protocol. A non-secure port uses HTTP. 

In a state file, specify https for a secure port or http for a non-secure port. The default value is http.

Web Container Information: 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 1–5 Web Container Information for Access Manager with Application Server

Label and State File Parameter 

Description 

Installation Directory 

IS_APPSERVERBASEDIR

Path to the directory where Application Server is installed. 

If you are installing Application Server, this value defaults to the value you specified for the Application Server installation directory. The default value is: 

Solaris OS: /opt/SUNWappserver/appserver

Linux: /opt/sun/appserver

Access Manager Runtime Instance 

IS_IAS81INSTANCE

Name of the Application Server instance that will run Access Manager. 

The default value is server.

Instance Directory 

IS_IAS81INSTANCEDIR

Path to the directory where Application Server stores files for the instance. Default value: 

Solaris OS: /var/opt/SUNWappserver/domains

Linux: /var/opt/sun/appserver/domains

Access Manager Instance Port 

IS_IAS81INSTANCE_PORT

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

The default value is 8080.

Document Root 

IS_SUNAPPSERVER_DOCS_DIR

Directory where Application Server stores content documents. 

The default document root is the instance directory specified by IS_IAS81INSTANCEDIR , with domainname/docroot appended at the end. For example: IS_IAS81INSTANCEDIR/domainname /docroot

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. Refer to Common Server Settings.

Administrator Password 

IS_IAS81_ADMINPASSWD

Password of the Application Server administrator. 

The default value is the Administrator User password you provided under Common Server Settings. Refer to Common Server Settings.

Administrator Port 

IS_IAS81_ADMINPORT

Port on which the Administration Server for Application Server listens for connections. 

The default value is 4849.

Secure Server Instance Port 

IS_SERVER_PROTOCOL

Specify whether the value for Instance Port (IS_IAS81INSTANCE_PORT) refers to a secure port. A secure port uses the HTTPS protocol. A non-secure port uses HTTP.

In a state file, specify https for a secure port or http for a non-secure port. The default value is http.

Secure Administration Server Port 

ASADMIN_PROTOCOL

Specify whether the value for Administrator Port (IS_IAS81_ADMINPORT) is a secure port. A secure port uses the HTTPS protocol. A non-secure port uses HTTP.

In a state file, specify https for a secure port or http for a non-secure port. The default value is https.