Oracle® Application Server Portal Configuration Guide
10g Release 2 (10.1.4) B19305-03 |
|
Previous |
Next |
OracleAS Portal is dependent on other Oracle Application Server components, such as OracleAS Web Cache and Oracle Internet Directory and it can be configured to work with load balancing routers and reverse proxy servers. The Portal Dependency Settings File (iasconfig.xml
) file in OracleAS Portal stores configuration data about dependent components in a central place. You can use iasconfig.xml
to check and edit settings used by an OracleAS Portal instance. If you make changes in the iasconfig.xml
file, you must use the Portal Dependency Settings Tool (ptlconfig
) to update in the OracleAS Portal schema in the Oracle Application Server Metadata Repository.
Note: Theptlasst command line utility has been removed in this release. All of the functionality that was provided by ptlasst in the previous release is now available through the Portal Dependency Settings tool and file ptlconfig and iasconfig.xml .
|
This appendix discusses the Portal Dependency Settings file and the Portal Dependency Settings tool, in the following sections:
There are two ways to update the OracleAS Metadata Repository with any configuration changes:
Using the Oracle Enterprise Manager 10g Application Server Control Console. See Chapter 7, "Monitoring and Administering OracleAS Portal" for more information. If you make configuration changes using the Application Server Control Console, the iasconfig.xml
and the OracleAS Portal schema in the OracleAS Metadata Repository will be updated for you automatically.
Editing the iasconfig.xml
file and running the script ptlconfig
.
The ptlconfig
script can:
Update the portal schema in the OracleAS Metadata Repository for a specific portal instance defined in the Portal Dependency Settings file.
Encrypt all plain text passwords in the Portal Dependency Settings file.
Update OracleAS Web Cache, Oracle Internet Directory, Oracle Enterprise Manager 10g, and OracleAS Portal site data, as defined in the Portal Dependency Settings file.
Update the Portal Dependency Settings file based on configuration information stored in the portal schema. This is useful for creating entries for migrated portals, and also to restore settings if the Portal Dependency Settings file becomes corrupt.
Create or delete provisioning profiles in Oracle Internet Directory of an OracleAS Portal instance. Refer to Section 6.1.6.3, "Relationship Between OracleAS Portal and Oracle Directory Integration Platform" for more information about provisioning profiles.
OracleAS Portal uses a provisioning profile to receive notifications when user or group privilege information in Oracle Internet Directory changes. This enables OracleAS Portal to keep its authorization information synchronized with the information stored in Oracle Internet Directory. By default, this provisioning profile is enabled.
The configuration script file is named ptlconfig
(on UNIX) and ptlconfig.bat
(on Windows). It is located in ORACLE_HOME
/portal/conf
, where ORACLE_HOME
is the OracleAS Portal and OracleAS Wireless middle-tier home.
You can use this script as follows:
ptlconfig -dad <dad> -pw <portal schema password or Oracle Internet Directory password> [-em] [-oid] [-site] [-wc] [-dipreg] [-dipunreg] [-sso [-host <host name> -port <port number> [-ssl]] ]| -encrypt | -load -schema <schema username> -pw <schema password> -conn <connect string> [-lp ldap_ssl_port]|
When you run ptlconfig
, the log file ptlconfig.log
is created in the directory ORACLE_HOME
/portal/logs
. If an error displays while running ptlconfig
, refer to the full message text in the log file to resolve the error.
ptlconfig
can be run in the following three modes:
Updates a specific OracleAS Portal instance from the Portal Dependency Settings file.
Table A-1 Configuration Mode
Parameter | Description | Example |
---|---|---|
-dad |
Updates a specific OracleAS Portal instance from the Portal Dependency Settings file. This is the Portal DAD name. |
|
-pw |
OracleAS Portal schema password or Oracle Internet Directory administrator password. Note: You can provide either the portal schema password or the Oracle Internet Directory administrator password, to authenticate. |
|
-em |
Updates Oracle Enterprise Manager 10g data as defined in the Portal Dependency Settings file. |
|
-oid |
Updates Oracle Internet Directory data as defined in the Portal Dependency Settings file. |
|
-site |
Configures OracleAS Portal to work with the Oracle HTTP Server when configuration changes are required in OracleAS Portal due to changes in the Oracle HTTP Server component. For example, changes in the HTTP server host, port, or protocol. It also configures OracleAS Portal as a partner application for OracleAS Single Sign-On as defined in the Portal Dependency Settings file. Note: The file |
|
-wc |
Updates OracleAS Web Cache data for a specific portal instance, as defined in the Portal Dependency Settings file. |
|
-dipreg |
Used to create the provisioning profiles in Oracle Internet Directory. Note: In this release, running DIPREG to register provisioning profiles actually updates any existing profile. In previous releases, you had to first run DIPUNREG and then DIPREG again, which could result in a minor loss of changes. The new behavior ensures that there are no lost changes. |
|
-dipunreg |
Used to delete the provisioning profiles in Oracle Internet Directory of the OracleAS Portal instance. |
|
-sso |
Creates partner application entries in OracleAS Single Sign-On. When run without any additional parameters, partner application details are updated using the details from See Section 5.4.3, "Register OracleAS Portal with OracleAS Single Sign-On" for more details on when you can use this parameter. |
|
-host |
Name of the host that you want to register as a partner application with OracleAS Single Sign-On. This parameter is used with the |
|
-port |
Port that is used for registration. This parameter is used with the |
|
-ssl |
Indicates that the port is HTTPS. Used with the |
|
Note: Runningptlconfig in the -sso and -site modes updates the OracleAS Single Sign-On Query Path URL with the URL prefix of OracleAS Single Sign-On. If this URL is using the HTTPS protocol, the URL must be updated to use the HTTP protocol instead. Refer to the section "Setting the OracleAS Single Sign-On Query Path URL (HTTP)" in Section 6.3.2.1.2, "SSL to OracleAS Single Sign-On" for information on updating the OracleAS Single Sign-On Query Path URL.
|
Encrypts any plain text passwords in the Portal Dependency Settings file. For example:
ptlconfig -encrypt
Creates and updates entries in iasconfig.xml
with the configuration settings of a specific portal schema.
Table A-2 Load Mode
Parameter | Description | Example |
---|---|---|
-schema |
Name of the portal schema. |
|
-pw |
Portal schema password. |
|
-conn |
Connect string to the portal repository. Refer to Table 7-3, "DAD Settings", for a description of the valid connect string formats. |
|
-lp |
Used to connect to Oracle Internet Directory for getting OracleAS Single Sign-On information. This is the LDAP SSL port of Oracle Internet Directory. See the section "Updating iasconfig.xml" in Section B.1, "Configuring and Managing the OracleAS Portal Instance" for more details on when you should use this parameter. |
|
Note: Names are used only as a way to reference elements, iniasconfig.xml . For example, the name of a middle tier, midtier .abc.company.com , might be changed to iAS1 .abc.company.com .
|
The following sections describe the Portal Dependency Settings file in more detail:
Post-Installation Mapping in the Portal Dependency Setting File
Common Configuration Mapping in the Portal Dependency Settings File
The name of the Portal Dependency Settings file is iasconfig.xml
, and is located by default in ORACLE_HOME
/portal/conf
, where ORACLE_HOME
is the OracleAS Portal and Oracle Application Server Wireless middle-tier home.
When using any of the tools that access the Portal Dependency Settings file, you can override the default location of the file by setting the environment variable IASCONFIG_LOC to the directory in which your file is stored, for example:
set IASCONFIG_LOC=/usr/local/as101202
The Portal Dependency Settings file is an XML file, that is made up of a number of elements that describe the settings of specific Oracle Application Server components and the dependencies portal instances have on them. Figure A-1 shows all the elements that can be modeled in the Portal Dependency Settings file. The Portal Dependency Settings file definition is modeled in the schema file iasconfig.xsd
, which is located in ORACLE_HOME
/portal/conf
.
Figure A-1 Elements in the Portal Dependency Settings file
The individual elements are:
IASFarm
The IASFarm element represents a logical farm of Oracle Application Server instances, commonly used when modeling a multiple middle-tier scenario front-ended by a load balancing router (LBR). See Section 5.3, "Configuring Multiple Middle Tiers with a Load Balancing Router" for more information.
Table A-3 Element IASFarm
Attribute Name | Type | Description |
---|---|---|
Name |
String |
Unique farm name |
Host |
String |
Published host name that users will enter in their Web browser to access OracleAS Portal |
IASInstance
The IASInstance element represents a specific Oracle Application Server instance, which usually maps to an Oracle home.
Table A-4 Element IASInstance
Attribute Name | Type | Description |
---|---|---|
Name |
String |
Oracle Application Server instance name (for example, |
Host |
String |
Host computer |
PortalInstance
These are the OracleAS Portal instance settings.
Table A-5 Element PortalInstance
Attribute Name | Type | Description |
---|---|---|
DADLocation |
String |
The name and location of the OracleAS Portal DAD (for example, |
ConnectString |
String |
|
SchemaUsername |
String |
OracleAS Portal schema user name |
SchemaPassword |
String |
OracleAS Portal schema password |
WalletPath |
String |
Path to the directory containing the Oracle Wallet containing the trust points for SSL access to the OracleAS Single Sign-On URL specified in Use On Windows:
On UNIX:
|
WalletPassword |
String |
Password for the Oracle Wallet specified in |
SSOQueryPath |
String |
URL for HTTP/HTTPS access to OracleAS Single Sign-On from the portal repository. If |
Note: TheWalletPath , WalletPassword , and SSOQueryPath attributes are optional. However, if SSOQueryPath (whether explicitly specified in iasconfig.xml or derived from the OracleAS Single Sign-On login URL) is an HTTPS URL, then the wallet information is required.
|
WebCacheComponent
These are the OracleAS Web Cache settings.
Table A-6 Element WebCacheComponent
Attribute Name | Type | Description |
---|---|---|
ListenPort |
Integer |
Listening port |
InvalidationPort |
Integer |
Invalidation port |
InvalidationUsername |
String |
Invalidation user name |
InvalidationPassword |
String |
Invalidation password |
SSLEnabled |
String |
Flag to indicate whether the listening port is SSL enabled. The value can be either |
OIDComponent
These are the Oracle Internet Directory settings.
Table A-7 Element OIDComponent
Attribute Name | Type | Description |
---|---|---|
AdminPassword |
String |
Oracle Internet Directory administrator's password. |
PortSSLEnabled |
String |
Flag to indicate whether the LDAP port is SSL enabled. The value can either be |
LDAPPort |
Integer |
LDAP port that Oracle Internet Directory is running on. |
AdminDN |
String |
Oracle Internet Directory administrator's distinguished name. |
Note: TheorclSizeLimit attribute, in the root node of the Oracle Internet Directory server, is a system operational attribute used to specify the maximum number of entries that can be returned by a search. The value of this attribute comes into effect when configuring OracleAS Portal with the Oracle Internet Directory server. All the groups, which belong to an identity management realm, are searched in the Oracle Internet Directory server to synchronize their profiles in the OracleAS Portal schema.
The value of the You can view and set some of the operational attributes for each Oracle Directory server to which you are connected by using the Oracle Directory Manager. Refer to the section on Setting System Operational Attributes by Using Oracle Directory Manager in the Oracle Internet Directory Administrator's Guide for more details. |
EMComponent
These are the Oracle Enterprise Manager 10g Application Server Control Console settings.
Table A-8 Element EMComponent
Attribute Name | Type | Description |
---|---|---|
ConsoleHTTPPort |
Integer |
Listening port |
SSLEnabled |
String |
Flag to indicate whether the listening port is SSL enabled. The value can either be |
WebCacheDependency
This is the OracleAS Portal instance reference to the OracleAS Web Cache it is using.
Table A-9 Element WebCacheDependency
Attribute Name | Type | Description |
---|---|---|
ContainerType |
String |
The type of the container the OracleAS Web Cache component is running under. This can be either IASInstance or IASFarm. |
Name |
String |
IASInstance name or the unique IASFarm name, depending on ContainerType. |
InvalidationHost |
String |
This attribute should be set if the OracleAS Web Cache host is different from the published host that a user enters to access OracleAS Portal. Note: This is an optional attribute. See "Specify the OracleAS Portal Published Address and Protocol" later in this appendix, for the scenario in which this attribute is used. |
OIDDependency
This is the OracleAS Portal instance reference to the Oracle Internet Directory it is using.
Table A-10 Element OIDDependency
Attribute Name | Type | Description |
---|---|---|
ContainerType |
String |
The type of the container the Oracle Internet Directory component is running under. This can be either IASInstance or IASFarm. |
Name |
String |
IASInstance name or the unique IASFarm name, depending on ContainerType. |
LDAPSSLPort |
String |
LDAP SSL port value - Used to configure OracleAS Single Sign-On details for upgraded OracleAS Portal instances. See the section "Updating iasconfig.xml" in Section B.1, "Configuring and Managing the OracleAS Portal Instance" for more information. |
EMDependency
This is the Oracle Enterprise Manager 10g Application Server Control Console managing this OracleAS Portal instance.
The XML in Example A-1 represents the contents of a sample Portal Dependency Settings file.
<IASConfig XSDVersion="1.0"> <IASInstance Name="iAS-1.abc.company.com" Host="abc.company.com"> <WebCacheComponent ListenPort="3002" InvalidationPort="3003" InvalidationUsername="invalidator" InvalidationPassword="welcome1" SSLEnabled="false"/> </IASInstance> <IASInstance Name="iAS-2.abc.company.com" Host="xyz.company.com"> <OIDComponent AdminPassword="welcome1" PortSSLEnabled="false" LDAPPort="3002" AdminDN="cn=orcladmin"/> <EMComponent ConsoleHTTPPort="1814" SSLEnabled="false"/> </IASInstance> <PortalInstance DADLocation="/pls/portal" SchemaUsername="portal" SchemaPassword="welcome1" ConnectString="xyz.company.com:1521:s901dev3"> <WebCacheDependency ContainerType="IASInstance" Name="iAS-1.abc.company.com"/> <OIDDependency ContainerType="IASInstance" Name="iAS-2.abc.company.com"/> <EMDependency ContainerType="IASInstance" Name="iAS-1.abc.company.com"/> </PortalInstance> </IASConfig>
In this example, the OracleAS Portal instance is:
Accessed from the Database Access Descriptor (DAD) /pls/portal
.
Dependent on:
OracleAS Web Cache component running in Oracle Application Server instance iAS-1
Oracle Internet Directory component running in Oracle Application Server instance iAS-2
Oracle Enterprise Manager 10g Application Server Control Console component running in Oracle Application Server instance iAS-1
If the Portal Dependency Settings file is accessible over a network file system, you can share the file across multiple hosts, avoiding the need to manually replicate it every time the file is modified. If the installation is running on an operating system which supports symbolic links, it is recommended that you use this mechanism to reference a shared file, instead of setting the IASCONFIG_LOC environment variable.
If, however, the Portal Dependency Settings file is not accessible over the network, you must ensure that the file is kept up-to-date with changes to your site topology. The Portal Dependency Settings file is used to configure the OracleAS Portal schema with details of OracleAS Web Cache, Oracle Internet Directory, and Oracle Enterprise Manager 10g that it is using. It is not required that it is copied into each individual middle tier in your site, but you must ensure that any changes to the components modeled in the file that affect OracleAS Portal configuration are updated in the file.
Let's use the configuration defined in Section 5.3, "Configuring Multiple Middle Tiers with a Load Balancing Router", to demonstrate how the Portal Dependency Settings file is kept up-to-date.
The Portal Dependency Settings file gets first created in Section 5.3.1, "Step 1: Install a Single Portal and Wireless Middle Tier (M1)", during the installation. Example 5-1, "iasconfig.xml After the First Middle-Tier Installation" shows how it looks.
This file will be located on computer m1.abc.com
, typically in
ORACLE_HOME
/portal/conf
of the middle tier that has just been installed.
In Section 5.3.1, "Step 1: Install a Single Portal and Wireless Middle Tier (M1)", the Portal Dependency Settings file is manually changed. Example 5-2, "iasconfig.xml File Edited to Include Farm Element" shows this.
This file will be on computer m1.abc.com
, typically in ORACLE_HOME
/portal/conf
of the middle tier installed in Step 1. You use the ptlconfig
tool as shown in Section A.1, "Portal Dependency Settings Tool", after you make changes to the file. For example:
ptlconfig -dad <portal_dadname> -wc -site
Any future changes to the OracleAS Web Cache, Oracle Internet Directory, or Oracle Enterprise Manager 10g settings in iasconfig.xml
should be made using the Application Server Control Console, or manually on m1.abc.com
. If you edit iasconfig.xml
manually, then you must also use the ptlconfig
tool again after you make changes.
Note: Changes to OracleAS Portal's OracleAS Web Cache settings can also be made on the Portal Web Cache Settings page. See Section 7.3.3, "Portal Web Cache Settings Link" for more information.Typically, the host name and port number, by which OracleAS Portal is addressed, uses the OracleAS Web Cache host name and port number. This is because, in a simple configuration, browser requests go directly to OracleAS Web Cache. However, in a configuration that has a load balancing router (LBR), or reverse proxy server front-ending OracleAS Web Cache, the host name and port number defined on this page may need to reflect that of the LBR, or reverse proxy server. In this configuration, you want OracleAS Web Cache invalidation messages to be sent directly to the OracleAS Web Cache host, as opposed to the LBR, or reverse proxy server. In the scenario where your published host name is different from the host name used for OracleAS Web Cache invalidation, you can use the Portal Dependency Settings file |
In Section 5.3.5, "Step 5: Configure the New Middle Tier (M2) to Run Your Existing Portal", the Portal Dependency Settings file on m2.abc.com
needs to be updated manually with the settings defined in the iasconfig.xml
file on m2.abc.com
.
Specify the OracleAS Portal Published Address and Protocol
Typically, the host name and port number, by which OracleAS Portal is addressed, uses the OracleAS Web Cache host name and port number. This is because, in a simple configuration, browser requests go directly to OracleAS Web Cache. However, in a configuration that has a reverse proxy server front-ending OracleAS Web Cache, the host name and port number defined should reflect that of the reverse proxy server.
In this configuration, you want OracleAS Web Cache invalidation messages to be sent directly to the OracleAS Web Cache host, as opposed to the reverse proxy server. In the scenario where your published host name is different from the host name used for OracleAS Web Cache invalidation, you can use the Portal Dependency Settings file, to establish these settings.
To configure this appropriately, perform the following steps:
Edit iasconfig.xml
(located by default in ORACLE_HOME
/portal/conf
) and specify a new property, InvalidationHost, within the WebCacheDependency element. The InvalidationHost property should point to the OracleAS Web Cache host. A sample WebCacheDependency entry in iasconfig.xml
would look like this:
<WebCacheDependency ContainerType="IASInstance" Name="Farm-1.abc.com" InvalidationHost="internal.company.com"/>
To prevent access to Oracle Enterprise Manager 10g from the outside, the Oracle Enterprise Manager 10g link provided by OracleAS Portal needs to be changed back to point to the internal server. To do this, edit iasconfig.xml
and:
Add a new IASInstance
element pointing to the OracleAS Web Cache host. This element should contain the EMComponent
entry.
Set the EMDependency
entry to point to the internal server.
An example is shown here:
<IASInstance Name="iAS.internal.company.com" Host="internal.company.com"> <EMComponent ConsoleHTTPPort="1814" SSLEnabled="false"/> </IASInstance> <PortalInstance DADLocation="/pls/portal" SchemaUsername="portal" SchemaPassword="@Beyh8p2bOWELQCsA5zRtuYc=" ConnectString="cn=iasdb,cn=oraclecontext"> <EMDependency ContainerType="IASInstance" Name="iAS.internal.company.com"/> </PortalInstance>
Run ptlconfig
(typically located in the directory MID_TIER_ORACLE_HOME
/portal/conf
) as shown in the following example:
ptlconfig -dad portal -site -wc -em
Optionally, re-register the Wireless gateway URL with the load-balancer's address. See Section 5.11, "Configuring OracleAS Wireless" for more information.
See Also:
|
When OracleAS Portal is installed, appropriate entries are created in the Portal Dependency Settings file, based on what is installed.
In an Application Server installation, the dependencies of OracleAS Portal on Oracle Application Server Web Cache and Oracle Internet Directory are added to the Portal Dependency Settings file. Existing information is not updated if duplicate entries are encountered during the installation. Instead, a warning is output to the installation log file that the entries already exist.
See Also: Chapter 3, "Installing OracleAS Portal" for more information about the different installation types. |
In a single computer OracleAS Portal and OracleAS Wireless installation, where OracleAS Web Cache and Oracle Internet Directory instances already reside on the same computer, entries to the Portal Dependency Settings file are created as shown in Example A-2:
Example A-2 Single Computer OracleAS Portal and OracleAS Wireless Installation
<IASConfig XSDVersion="1.0"> <IASInstance Name="iAS-1.abc.company.com" Host="abc.company.com"> <OIDComponent AdminPassword="welcome1" PortSSLEnabled="false" LDAPPort="3002" AdminDN="cn=orcladmin"/> </IASInstance> <IASInstance Name="iAS-2.abc.company.com" Host="abc.company.com"> <WebCacheComponent ListenPort="3002" InvalidationPort="3003" InvalidationUsername="invalidator" InvalidationPassword="welcome1" SSLEnabled="false"/> <EMComponent ConsoleHTTPPort="1814" SSLEnabled="false"/> </IASInstance> <PortalInstance DADLocation="/pls/portal" SchemaUsername="portal" SchemaPassword="welcome1" ConnectString="xyz.company.com:1521:s901dev3"> <WebCacheDependency ContainerType="IASInstance" Name="iAS-2.abc.company.com"/> <OIDDependency ContainerType="IASInstance" Name="iAS-1.abc.company.com"/> <EMDependency ContainerType="IASInstance" Name="iAS-2.abc.company.com"/> </PortalInstance> </IASConfig>
This section shows what the Portal Dependency Settings file looks like in the recommended topologies.
OracleAS Portal and OracleAS Wireless Developer Configuration: Medium Sized Computers
The topology for this common configuration is seen in Figure A-2.
Figure A-2 OracleAS Portal and OracleAS Wireless Developer Configuration
This configuration assumes that both the application server and the infrastructure are installed on the same computer, called Host 1.
When you install OracleAS Portal and OracleAS Wireless on Host 1 in ias.host1.xyz.com
, referencing the Oracle Internet Directory instance in infra.host1.xyz.com
, the Portal Dependency Settings file looks like Example A-3:
Example A-3 OracleAS Portal and OracleAS Wireless Developer Configuration
<IASConfig XSDVersion="1.0"> <IASInstance Name="ias.host1.xyz.com" Host="host1.xyz.com"> <WebCacheComponent ListenPort="7778" InvalidationPort="3003" InvalidationUsername="invalidator" InvalidationPassword="welcome1" SSLEnabled="false"/> <EMComponent ConsoleHTTPPort="1814" SSLEnabled="false"/> </IASInstance> <IASInstance Name="infra.host1.xyz.com" Host="host1.xyz.com"> <OIDComponent AdminPassword="welcome1" PortSSLEnabled="false" LDAPPort="3002" AdminDN="cn=orcladmin"/> </IASInstance> <PortalInstance DADLocation="/pls/portal" SchemaUsername="portal" SchemaPassword="welcome1" ConnectString="host1.xyz.com:1521:iasdb"> <WebCacheDependency ContainerType="IASInstance" Name="ias.host1.xyz.com"/> <OIDDependency ContainerType="IASInstance" Name="infra.host1.xyz.com"/> <EMDependency ContainerType="IASInstance" Name="ias.host1.xyz.com"/> </PortalInstance> </IASConfig>
Enterprise Data Center Configuration: Multiple Departments Sharing the Same Data Center
The topology for this common configuration is seen in Figure A-3.
Figure A-3 Enterprise Data Center Configuration
This configuration assumes that the application server and the infrastructure are installed on different computers.
As shown in Figure A-3, the OracleAS Web Cache cluster front-ending OracleAS Portal is not yet known. When you install the application server (OracleAS Portal and OracleAS Wireless installation) on host Host 1, referencing the Oracle Internet Directory on host Host 2, the configuration will look like Example A-4:
Example A-4 Enterprise Data Center Configuration
<IASConfig XSDVersion="1.0"> <IASInstance Name="infra.host2.xyz.com" Host="host2.xyz.com"> <OIDComponent AdminPassword="welcome1" PortSSLEnabled="false" LDAPPort="3002" AdminDN="cn=orcladmin"/> </IASInstance> <IASInstance Name="ias.host1.xyz.com" Host="host1.xyz.com"> <WebCacheComponent ListenPort="7778" InvalidationPort="3003" InvalidationUsername="invalidator" InvalidationPassword="welcome1" SSLEnabled="false"/> <EMComponent ConsoleHTTPPort="1814" SSLEnabled="false"/> </IASInstance> <PortalInstance DADLocation="/pls/portal" SchemaUsername="portal" SchemaPassword="welcome1" ConnectString="host1.xyz.com:1521:iasdb"> <WebCacheDependency ContainerType="IASInstance" Name="ias.host1.xyz.com"/> <OIDDependency ContainerType="IASInstance" Name="infra.host2.xyz.com"/> <EMDependency ContainerType="IASInstance" Name="ias.host1.xyz.com"/> </PortalInstance> </IASConfig>
If you want the application server on Host 1 to be front-ended by OracleAS Web Cache, you need to manually edit the Portal Dependency Settings file. First, remove the existing OracleAS Web Cache entry and then create an OracleAS Web Cache entry that belongs to a farm. The modified Portal Dependency Settings file will now look like Example A-5:
Example A-5 Enterprise Data Center Configuration - Front-Ended by OracleAS Web Cache
<IASConfig xmlns="http://www.oracle.com/iAS/iASConfigFile" XSDVersion="1.0"> <IASInstance Name="infra.host2.xyz.com" Host="host2.xyz.com"> <OIDComponent AdminPassword="welcome1" PortSSLEnabled="false" LDAPPPort="3002" AdminDN="cn=orcladmin"/> </IASInstance> <IASFarm name="Farm_1" host="frontend.xyz.com"> <WebCacheComponent ListenPort="7778" InvalidationPort="3003" InvalidationUsername="invalidator" InvalidationPassword="welcome1" SSLEnabled="false"/> <EMComponent ConsoleHTTPPort="1814" SSLEnabled="false"/> </IASFarm> <IASInstance Name="ias.host1.xyz.com" Host="host1.xyz.com"> <EMComponent ConsoleHTTPPort="1814" SSLEnabled="false"/> </IASInstance> <PortalInstance DADLocation="/pls/portal" SchemaUsername="portal" SchemaPassword="welcome1" ConnectString="host1.xyz.com:1521:iasdb"> <WebCacheDependency ContainerType="IASFarm" Name="Farm_1"/> <OIDDependency ContainerType="IASInstance" Name="infra.host2.xyz.com"/> <EMDependency ContainerType="IASInstance" Name="ias.host1.xyz.com"/> </PortalInstance> </IASConfig>
The OracleAS Portal instance now references the virtual OracleAS Web Cache front-ending it.