Skip Headers

Oracle Application Server 10g Administrator's Guide
10g (9.0.4)

Part Number B10376-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

7
Reconfiguring Application Server Instances

When you install Oracle Application Server, you choose an installation type and the components you would like to configure. For J2EE and Web Cache installations, you choose if you would like to use Infrastructure Services. After installation, you may want make some changes. You may want to add or delete components, or even change the installation type. Or, you may want to start using Infrastructure Services with your J2EE and Web Cache installation. This chapter describes how to make these types of changes.

It contains the following topics:

7.1 Expanding a Middle-Tier Installation

There are three types of middle-tier installations. The types are ordered in that each contains all of the components in the previous installation type, plus additional components. The installation types, in order from lowest to highest are:

When you install Oracle Application Server, you choose an installation type based on the components you require at the time. You may decide later that you would like to use additional components that are available in a higher installation type. For example, you may install a J2EE and Web Cache, and then decide later that you would like to use OracleAS Portal.

To accomplish this, you can expand your application server installation by installing a higher installation type in the same Oracle home using Oracle Universal Installer. Options for expanding a middle-tier installation are shown in Table 7-1.

Table 7-1   Options for Expanding a Middle-Tier Installation
You can expand this type of installation: To this type of installation: Result

J2EE and Web Cache

Portal and Wireless

  • If Web Cache is not already configured, it is automatically configured

  • You are given the option of configuring Portal and Wireless

J2EE and Web Cache

Business Intelligence and Forms

  • If Web Cache is not already configured, it is automatically configured

  • You are given the option of configuring Portal, Wireless, Discoverer, Forms, Reports, and Personalization

Portal and Wireless

Business Intelligence and Forms

  • You are given the option of configuring Discoverer, Forms, Reports, and Personalization

When you expand an installation:

Additional Notes

7.2 Configuring Additional Components After Installation

When you install Oracle Application Server you are allowed to select the components you would like to configure. You may decide later you would like to configure one of the components you did not select during installation. For example, if you install J2EE and Web Cache and do not choose to configure Web Cache, you can configure Web Cache after installation.

You can configure components after installation using the Configure Component Page in Oracle Enterprise Manager Application Server Control, shown in Figure 7-1.

Figure 7-1 Configuring Component Page in Application Server Control

Text description of confcomp.gif follows.

Text description of the illustration confcomp.gif

In addition to using Application Server Control to configure a component, there may be other information, manual steps, and verification steps you should be aware of. This section provides complete instructions for configuring and verifying components.

Table 7-2 lists which components can be configured after installation and provides pointers to the instructions.

Table 7-2   Components That Can Be Configured After Installation
You can configure this component after installation: In these Installation Types: For instructions, refer to:

JServ

J2EE and Web Cache

Portal and Wireless

Business Intelligence and Forms

InfrastructureFoot 1

Section 7.2.1, "Configuring JServ After Installation"

Web Cache

2EE and Web Cache

Section 7.2.2, "Configuring Web Cache After Installation"

Portal

Portal and Wireless

Business Intelligence and Forms

Section 7.2.3, "Configuring Portal After Installation"

Wireless

Portal and Wireless

Business Intelligence and Forms

Section 7.2.4, "Configuring Wireless After Installation"

Discoverer

Business Intelligence and Forms

Section 7.2.5, "Configuring Discoverer After Installation"

Forms

Business Intelligence and Forms

Section 7.2.6, "Configuring Forms After Installation"

Reports Services

Business Intelligence and Forms

Section 7.2.7, "Configuring Reports After Installation"

Single Sign-On (SSO)

Infrastructure

Section 7.2.8, "Configuring Single Sign-On (SSO) After Installation"

Delegated Administration Service (DAS)

Infrastructure

Section 7.2.9, "Configuring Delegated Administration Service (DAS) After Installation"

Directory Integration and Provisioning (DIP)

Infrastructure

Section 7.2.10, "Configuring Directory Integration and Provisioning (DIP) After Installation"

1 Configuring JServ in an Infrastructure is not recommended since applications are not deployed in the Infrastructure.

7.2.1 Configuring JServ After Installation

It is recommended that you use Oracle Application Server Containers for J2EE (OC4J) for your servlet environment--it is the default configuration for Oracle Application Server. However, you may want or need to use JServ in your Oracle Application Server installation. This section describes how to configure JServ after installation.

Things to Know Before You Start

During installation, Oracle Application Server assigns a port number to JServ. It writes the port number into the JServ configuration files, but leaves the lines commented out. So, even though JServ is not enabled, it does have a port number assigned to it.

You can find the port number by looking in the following file:

ORACLE_HOME/install/portlist.ini

It is listed as:

Oracle HTTP Server Jserv port = port_number

When you configure JServ, you will edit the configuration files. You can use the port number that was assigned, or choose a different port number. Just make sure to use a unique port number.

Configuring JServ

To configure JServ, you must perform manual steps and configure it in Application Server Control.

  1. Perform manual steps to enable JServ.

    At a minimum, you must:

    1. Edit the following file:

      ORACLE_HOME/Apache/Apache/conf/httpd.conf
      
      
    2. Uncomment the following line (remove #):

      #include "ORACLE_HOME/Apache/Jserv/etc/jserv.conf"
      
      
    3. Save and close the file.

    There are additional directives and options you can manually configure for JServ.

    See Also:

    Refer to the mod_jserv section in Oracle HTTP Server Administrator's Guide for more details

  2. Configure JServ in Application Server Control

    This step enables Application Server Control to display JServ as a configured component, and allows you to use the JServ Home Pages.

    1. Use Application Server Control to navigate to the Application Server home page for the instance in which you would like to configure JServ.

    2. On the Application Server home page, in the System Components section, click Configure Component.

    3. On the Select Component page, select JServ in the dropdown menu. Click Continue.

    4. On the Login page, in the Administration Password field, enter the ias_admin password. Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. Restart Oracle HTTP Server:

    ORACLE_HOME/opmn/bin/opmnctl stopproc ias-component=HTTP_Server
    ORACLE_HOME/opmn/bin/opmnctl startproc ias-component=HTTP_Server
    
    
  3. On the Application Server home page, verify that JServ is listed in the System Components section with an up status. It may take a few minutes for the JServ status and metrics to show up on Application Server Control.

  4. Verify JServ is working by accessing the JServ demo at the following URL:

    http://hostname.domain:port_number/servlets/IsItWorking
    
    

    Where hostname.domain is the JServ host and port_number is the HTTP port number for the instance (default 7777).

    See Also:

    Oracle HTTP Server Administrator's Guide for more information on using JServ

7.2.2 Configuring Web Cache After Installation

This section describes how to configure Web Cache after installation.

Things to Know Before You Start

During installation, port numbers were reserved for Web Cache services. You can find the port numbers in the following file:

ORACLE_HOME/install/portlist.ini

They are listed as:

Web Cache HTTP Listen port = port_number
Web Cache HTTP Listen (SSL) port = port_number
Web Cache Administration port = port_number
Web Cache Invalidation port = port_number
Web Cache Statistics port = port_number

These port numbers will be used when you configure Web Cache. If you would like to use different port numbers, you can change them after you configure Web Cache.

Configuring Web Cache
  1. Use Application Server Control to navigate to the Application Server home page for the instance in which you would like to configure Web Cache.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Web Cache in the dropdown menu. Click Continue.

  4. On the Login page, in the Administration Password field, enter the ias_admin password. Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. Verify that Web Cache is listed in the System Components section. It will have a down status. Select the checkbox next to Web Cache and click Start.

  3. Verify that Web Cache shows an up status. Click the "Web Cache" instance and verify that the Web Cache Home Page is displayed.

  4. On the Web Cache Home Page, in the Administration, click Web Cache Administration.

  5. You can log in to the Web Cache Manager as either the ias_admin or administrator user. The password for both users is the ias_admin password you supplied during installation. If you have changed the ias_admin password since installation, you must still supply the original ias_admin password.

    See Also:

    Oracle Application Server Web Cache Administrator's Guide for a list of basic setup and configuration tasks

7.2.3 Configuring Portal After Installation

This section describes how to configure Portal after installation.

Configuring Portal
  1. Use Application Server Control to navigate to the Application Server home page for the instance in which you would like to configure Portal.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Portal in the dropdown menu. Click Continue.

  4. On the Login page, in the Administration Password field, enter the ias_admin password. Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. Verify that OC4J_Portal and Portal:portal are listed in the System Components section. OC4J_Portal will have a down status and Portal:portal will have no status. Select the checkbox next to OC4J_Portal and click Start.

  3. Verify that OC4J_Portal and Portal:portal have an up status. Click the OC4J_Portal instance and verify that the OC4J_Portal Page is displayed. Click the Portal:portal instance and verify that the Portal page is displayed.

  4. If you perform this step, Portal is going write configuration entries into the Metadata Repository. This is fine if this is the first instance of Portal to use the Metadata Repository. However, if you already have Portal instances using the Metadata Repository, you should not perform this step, because you will overwrite the existing Portal configuration entries in the Metadata Repository.

    If this is the first instance of Portal to use the Metadata Repository, run the following command in the middle-tier Oracle home to write Portal configuration entries into the Metadata Repository:

    ORACLE_HOME/portal/conf/ptlconfig -dad portal
    
    
  5. Verify that you can access Portal at the following URL:

    http://hostname.domain:port/pls/portal
    
    

    Where hostname.domain is the Portal host and port is the Web Cache HTTP port number for the instance (default 7777).

    You can log in to Portal as portal. Use the ias_admin password you supplied during middle-tier installation. If you have changed the ias_admin password, you must still supply the original ias_admin password.

    See Also:

    Oracle Application Server Portal Configuration Guide for more information on configuring and using Portal

7.2.4 Configuring Wireless After Installation

This section describes how to configure Wireless after installation.

Configuring Wireless
  1. Use Application Server Control to navigate to the Application Server home page for the instance in which you would like to configure Wireless.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Wireless in the dropdown menu. Click Continue.

  4. On the Login page:

    • User Name: Enter cn=orcladmin, or the distinguished name of a user in the iASAdmins group.

    • Password: Enter the password for the user.

    • The SSL Only check box indicates if Wireless is enabled to access Oracle Internet Directory in SSL-mode only. It is grayed out because you cannot change this feature in this operation.

    Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. Verify that OC4J_Wireless and Wireless are listed in the System Components section. OC4J_Wireless and Wireless will have a down status. Select the checkboxes next to OC4J_Wireless and Wireless, and click Start.

  3. Verify that OC4J_Wireless and Wireless have an up status. Click the OC4J_Wireless instance and verify that the OC4J_Wireless Page is displayed. Click the Wireless instance and verify that the Wireless page is displayed.

  4. Verify that you can access Wireless at the following URL:

    http://hostname.domain:port/webtool/login.uix
    
    

    Where hostname.domain is the Wireless host and port is the Web Cache HTTP port number for the instance (default 7777).

    You can log in as orcladmin with the orcladmin password.

    See Also:

    Oracle Application Server Wireless Administrator's Guide for more information on configuring and using Wireless

7.2.5 Configuring Discoverer After Installation

This section describes how to configure Discoverer after installation.

Things to Know Before You Start

During installation, a port number was reserved for Discoverer. You can find the port number in the following file:

ORACLE_HOME/install/portlist.ini

It is listed as:

Discoverer OSAgent Port = port_number

This port number will be used when you configure Discoverer. You cannot change the port number.

Configuring Discoverer
  1. Use Application Server Control to navigate to the Application Server home page for the instance in which you would like to configure Discoverer.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Discoverer in the dropdown menu. Click Continue.

  4. On the Login page, in the Administration Password field, enter the ias_admin password. Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. If you did not have an OC4J_BI_Forms instance before, you will have one now. The OC4J_BI_Forms instance will have a down status. You will also have a Discoverer instance with a down status. Select the checkboxes next to OC4J_BI_forms and Discoverer, and click Start.

  3. Verify that OC4J_BI_Forms and Discoverer have an up status. Click the OC4J_BI_Forms instance and verify that the OC4J_BI_Forms page is displayed. Click the Discoverer instance and verify that the Discoverer page is displayed.

  4. Check that Discoverer services are up.

    For all of these URLs, hostname.domeain is the host Discoverer is on and port is the Web Cache HTTP port number (default 7777).

    1. Discoverer Viewer:

      http://hostname.domain:port/discoverer/viewer
      
      
    2. Discoverer Plus:

      http://hostname.domain:port/discoverer/plus
      
      
    3. Discoverer Portlet Provider:

      http://hostname.domain:port/discoverer/portletprovider
      

      See Also:

      Oracle Application Server Discoverer Configuration Guide for additional steps for configuring Discoverer, including installing Discoverer workbooks and End User Layer (EUL) into each database that contains data to be analyzed

7.2.6 Configuring Forms After Installation

This section describes how to configure Forms after installation.

Configuring Forms
  1. Use Application Server Control to navigate to the Application Server home page for the instance in which you would like to configure Forms.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Forms in the dropdown menu. Click Continue.

  4. On the Login page:

    • User Name: Enter cn=orcladmin, or the distinguished name of a user in the iASAdmins group.

    • Password: Enter the password for the user.

    • The SSL Only check box indicates if Forms is enabled to access Oracle Internet Directory in SSL-mode only. It is grayed out because you cannot change this feature in this operation.

    Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. If you did not have an OC4J_BI_Forms instance before, you will have one now. The OC4J_BI_Forms instance will have a down status. You will also have a Forms instance with a down status. Select the checkbox next to OC4J_BI_Forms and click Start.

  3. Verify that OC4J_BI_Forms and Forms have an up status. Click the OC4J_BI_Forms instance and verify that the OC4J_BI_Forms page is displayed. Click the Forms instance and verify that the Forms page is displayed.

  4. Verify that you can access Forms at the following URL:

    http://hostname.domain:port/forms90/f90servlet/admin
    
    

    Where hostname.domain is the Forms host and port is the Web Cache HTTP port number (default 7777).

    Try to access the links on this page to verify that the Forms servlet is available.

  5. Refer to the Forms online help for more information on configuring Forms. Specifically, note that if you would like to manage Forms runtime processes through Application Server Control, the entry "em_mode" in the default section of the Forms Web Configuration must be set to the value "1" (the default is "0"). Also, in order to view Forms trace output, the entry for "allow_debug" in that section should be set to "true".

    See Also:

    Oracle Application Server Forms Services Deployment Guide for more information

7.2.7 Configuring Reports After Installation

This section describes how to configure Reports after installation.

Things to Know Before You Start

During installation, port numbers were reserved for Reports services. You can find the port numbers in the following file:

ORACLE_HOME/install/portlist.ini

They are listed as:

Reports Services SQL*Net port = port_number
Reports Services Visigenics CORBA port = port_number

These port numbers will be used when you configure Reports. If you would like to use a different SQL*Net port number, you can change it after you configure Reports. You cannot change the Visigenics CORBA port number.

Configuring Reports
  1. Use Application Server Control to navigate to the Application Server home page for the instance in which you would like to configure Reports.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Reports Server in the dropdown menu. Click Continue.

  4. On the Login page:

    • User Name: Enter cn=orcladmin, or the distinguished name of a user in the iASAdmins group.

    • Password: Enter the password for the user.

    • The SSL Only check box indicates if Reports is enabled to access Oracle Internet Directory in SSL-mode only. It is grayed out because you cannot change this feature in this operation.

    Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. If you did not have an OC4J_BI_Forms instance before, you will have one now. The OC4J_BI_Forms instance will have a down status. You will also have a Reports Server:rep_server instance with a down status. Select the checkboxes next to OC4J_BI_forms and Reports Server: rep_server and click Start.

  3. Verify that OC4J_BI_Forms and Reports Server: rep_server have an up status. Click the OC4J_BI_Forms instance and verify that the OC4J_BI_Forms page is displayed. Click the Reports Server: rep_server instance and verify that the Reports page is displayed.

  4. Specify your outgoing mail server.

    1. Edit the following file:

      ORACLE_HOME/reports/conf/rep_server.conf
      
      
    2. Uncomment the pluginParam name="mailServer" element and update it with the outgoing mail server name. For example, change the following line:

      <!--pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam-->
      
      

      To:

      <pluginParam name="mailServer">smtpserver.myco.com</pluginParam>
      
      
    3. Save and close the file.

  5. Verify that Reports is running with the following URL:

    http://hostname.domain:port/reports/rwservlet/getserverinfo
    
    

    Where hostname.domain is the Reports host and port is the Web Cache HTTP port number.

    You can log in as orcladmin with the orcladmin password.

    See Also:

    Oracle Application Server Reports Services Publishing Reports to the Web for more information on configuring and using Reports

7.2.8 Configuring Single Sign-On (SSO) After Installation

This section describes how to configure SSO after installation.

Configuring SSO
  1. Use Application Server Control to navigate to the Application Server home page for the Infrastructure instance in which you would like to configure SSO.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Single Sign-On Server in the dropdown menu. Click Continue.

  4. On the Login page:

    • User Name: Enter cn=orcladmin, or the distinguished name of a user in the iASAdmins group.

    • Password: Enter the password for the user.

    • The SSL Only check box indicates if SSO is enabled to access Oracle Internet Directory in SSL-mode only. It is grayed out because you cannot change this feature in this operation.

    Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. If you did not have an OC4J_SECURITY instance before, you will have one now. The OC4J_SECURITY instance will have a down status. You will also have a Single Sign-On:orasso instance with a down status. Select the checkbox next to OC4J_SECURITY nd click Start.

    Note: You cannot start the Single Sign-On:orasso instance. This feature is started and stopped when you start and stop HTTP_Server and OC4J_SECURITY.

  3. Verify that OC4J_SECURITY has an up status.

    Note: The Single Sign-On:orasso status may be displayed as down. This is normal. The metrics should be updated approximately five minutes after configuration.

  4. Verify that you can access SSO at the following URL:

    http://hostname.domain:port/pls/orasso
    
    

    Where hostname.domain is the host SSO is installed on and port is the Infrastructure HTTP Server port (default 7777).

    You can log in as orcladmin with the orcladmin password.

    See Also:

    Oracle Application Server Single Sign-On Administrator's Guide for more information on configuring and using SSO

7.2.9 Configuring Delegated Administration Service (DAS) After Installation

This section describes how to configure DAS after installation.

Things to Know Before You Start

When you configure DAS after installation using Application Server Control, the following happens:

Configuring DAS
  1. Use Application Server Control to navigate to the Application Server home page for the Infrastructure instance in which you would like to configure DAS.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Delegated Administration Service in the dropdown menu. Click Continue.

  4. On the Login page:

    • User Name: Enter cn=orcladmin

    • Password: Enter the password for the user.

    • The SSL Only check box indicates if DAS is enabled to access Oracle Internet Directory in SSL-mode only. It is grayed out because you cannot change this feature in this operation.

    Click Finish.

Post-Configuration Tasks
  1. When the configuration is finished, click OK. The Application Server home page will appear.

  2. If you did not have an OC4J_SECURITY instance before, you will have one now. The OC4J_SECURITY instance will have a down status. Select the checkbox next to OC4J_SECURITY and click Start.

  3. Verify that DAS is running by navigating to the following URL:

    http://hostname.domain:port/oiddas
    
    

    Where hostname.domain is the host DAS is installed on and port is the Infrastructure HTTP Server port (default 7777).

    See Also:

    Oracle Internet Directory Administrator's Guide for more information on configuring and using DAS

7.2.10 Configuring Directory Integration and Provisioning (DIP) After Installation

This section describes how to configure DIP after installation.

Configuring DIP
  1. Use Application Server Control to navigate to the Application Server home page for the Infrastructure instance in which you would like to configure DIP.

  2. On the Application Server home page, in the System Components section, click Configure Component.

  3. On the Select Component page, select Directory Integration and Provisioning in the dropdown menu. Click Continue.

  4. On the Login page:

    • User Name: Enter cn=orcladmin

    • Password: Enter the password for the user.

    • The SSL Only check box indicates if DIP is enabled to access Oracle Internet Directory in SSL-mode only. It is grayed out because you cannot change this feature in this operation.

    Click Finish.

  5. When the configuration is finished, click OK. The Application Server home page will appear.

    See Also:

    Oracle Internet Directory Administrator's Guide for more information on configuring and using DIP

7.3 Deconfiguring Components

You can configure components at the following times:

Once you have configured a component, you cannot deconfigure it. An alternative is to disable the component, which prevents it from starting when you start your application server instance. It also removes the component from the System Components list on Application Server Control, and from the opmnctl status output.

See Also:

Section 3.4, "Enabling and Disabling Components"

7.4 Deleting OC4J Instances

Guidelines for deleting OC4J instances are as follows:

7.5 Configuring J2EE and Web Cache to Use Infrastructure Services

When you install a J2EE and Web Cache instance, you have the option of using the following Infrastructure Services:

If you did not choose the above options during installation, you can configure them after installation using the Infrastructure Page on Oracle Enterprise Manager Application Server Control, shown in Figure 7-2.

Figure 7-2 Application Server Control Infrastructure Page

Text description of infpage.gif follows.

Text description of the illustration infpage.gif

This section contains the following procedures for configuring a J2EE and Web Cache instance to use Infrastructure services:

7.5.1 Using Identity Management

This section describes how to configure a J2EE and Web Cache instance to use Identity Management, as shown in Figure 7-3.

Figure 7-3 J2EE and Web Cache Using Identity Management

Text description of assoc2.gif follows.

Text description of the illustration assoc2.gif

Before You Start
Procedure
  1. Using Application Server Control, navigate to the Appilcation Server home page for the J2EE and Web Cache instance.

  2. Click Infrastructure.

  3. On the Infrastructure page, in the Identity Management section, click Configure.

  4. On the Internet Directory page:

    • Host: Enter the fully-qualified name of the OID host.

    • Port: If you do not check "Use only SSL connections with Internet Directory", enter the non-SSL OID port number. Otherwise, enter the SSL OID port number.

    • Use only SSL connections with Internet Directory: By default, some middle-tier components connect to OID using non-SSL connections. If you want components to only connect to OID using SSL, check this box and make sure you entered the SSL OID port number in the Port field.

    Click Next.

  5. On the Login page:

    • User Name: Enter cn=orcladmin, or the distinguished name of a user in the iASAdmins group.

    • Password: Enter the password for the user.

    Click Next.

  6. On the Validation page, you will receive informational messages regarding the validation of this operation. If you receive any error message, follow the instructions for investigating them. Otherwise, if the operation is valid, click Finish.

  7. When the operation is finished, you must restart the components in the J2EE and Web Cache instance.

    1. Click Home to navigate back to the J2EE and Web Cache Home Page.

    2. Click Start All.

Your J2EE and Web Cache instance is now configured to use Identity Management services.

See Also:

Oracle Identity Management Concepts and Deployment Planning Guide for more information

7.5.2 Using an OracleAS Metadata Repository with Identity Management

This section describes how to configure a J2EE and Web Cache instance to use an OracleAS Metadata Repository for OracleAS Clusters. This procedure requires that the J2EE and Web Cache instance is already using Identity Management, and the OracleAS Metadata Repository is registered with that Identity Management, as shown in Figure 7-4.

Figure 7-4 J2EE and Web Cache Using an OracleAS Metadata Repository (with Identity Management)

Text description of assoc3.gif follows.

Text description of the illustration assoc3.gif

Before You Start
Procedure
  1. Using Application Server Control, navigate to the Appilcation Server home page for the J2EE and Web Cache instance.

  2. Click Infrastructure.

  3. On the Infrastructure page, in the OracleAS Clusters Managed Using Database Repository section, click Configure.

  4. On the Source page, choose OracleAS Metadata Repository.

    Click Next.

  5. On the Internet Directory page:

    • User Name: Enter cn=orcladmin or the distinguished name of a user in the iASAdmins group.

    • Password: Enter the password for the user.

    You will notice that "Use Only SSL connections with Internet Directory" is grayed out. This is because you cannot specify this option in this operation.

    Click Next.

  6. On the Location page, select the OracleAS Metadata Repository you would like to use from the Repository dropdown list. The Default Schema is always DCM.

    Click Next.

  7. On the Validation page, you will receive informational messages regarding the validation of this operation. If you receive any error message, follow the instructions for investigating them. Otherwise, if the repository you specified is valid, click Finish.

  8. When the operation is finished, you must restart the components in the J2EE and Web Cache instance.

    1. Click Home to navigate back to the Application Server home page.

    2. Click Start All.

Your J2EE and Web Cache instance is now in the OracleAS Metadata Repository's farm and can join an OracleAS Cluster in that farm.

See Also:

Oracle Application Server 10g High Availability Guide for information on creating and using OracleAS Clusters

7.5.3 Using an Existing Database

This section describes how to configure a J2EE and Web Cache instance to use an Existing Database (a Metadata Repository that is not registered with OID) for OracleAS Clusters. The J2EE and Web Cache may use Identity Management, as shown in Figure 7-5, or it may not, as shown in Figure 7-6.

Figure 7-5 J2EE and Web Cache Using an Existing Database (with Identity Management)

Text description of assoc4.gif follows.

Text description of the illustration assoc4.gif

Figure 7-6 J2EE and Web Cache Using an Existing Database (without Identity Management)

Text description of assoc1.gif follows.

Text description of the illustration assoc1.gif

Before You Start
Procedure
  1. Using Application Server Control, navigate to the Application Server home page for the J2EE and Web Cache instance.

  2. Click Infrastructure.

  3. On the Infrastructure page, in the OracleAS Clusters Managed Using Database Repository section, click Configure.

  4. On the Source page, choose Existing Database. (Note: If the OracleAS Metadata Repository option is grayed out, it is because the J2EE and Web Cache instance is not using Identity Management).

    Click Next.

  5. On the Login page, fill in the following fields:

    • User Name: DCM

    • Password: Enter the DCM schema password

    • Hostname and Port: Enter the hostname and Net listener port for the Existing Database. For example: myhost:1521.

    • Service Name: Enter the service name for the Existing Database. For example, asdb.myco.com.

    Click Next.

  6. On the Validation page, you will receive informational messages regarding the validation of this operation. If you receive any error message, follow the instructions for investigating them. Otherwise, if the operation is valid, click Finish.

  7. When the operation is finished, you must restart the components in the J2EE and Web Cache instance.

    1. Click Home to navigate back to the Application Server home page.

    2. Click Start All.

Your J2EE and Web Cache instance is now in the Existing Database's farm and can join an OracleAS Cluster in that farm.

7.5.4 Using an OracleAS Metadata Repository without Identity Management

This section describes how to configure a J2EE and Web Cache instance to use an OracleAS Metadata Repository for OracleAS Clusters. This procedure requires that the J2EE and Web Cache instance is not using Identity Management, as shown in Figure 7-7.

Figure 7-7 J2EE and Web Cache Using an OracleAS Metadata Repository (without Identity Management)

Text description of assoc5.gif follows.

Text description of the illustration assoc5.gif


Cauton:

This configuration is not recommended. Instead Oracle recommends that you register the J2EE and Web Cache with Identity Management (see Section 7.5.1, "Using Identity Management") and then configure it to use the OracleAS Metadata Repository (see Section 7.5.2, "Using an OracleAS Metadata Repository with Identity Management").


Before You Start
Procedure
  1. Using Application Server Control, navigate to the Application Server home page for the J2EE and Web Cache instance.

  2. Click Infrastructure.

  3. On the Infrastructure page, in the OracleAS Clusters Managed Using Database Repository section, click Configure.

  4. On the Source page, choose Existing Database. (Note: The OracleAS Metadata Repository option is grayed out because the J2EE and Web Cache instance is not using Identity Management).

    Click Next.

  5. On the Login page, fill in the following fields:

    • User Name: DCM

    • Password: Enter the DCM schema password

    • Hostname and Port: Enter the hostname and Net listener port for the Existing Database. For example: myhost:1521.

    • Service Name: Enter the service name for the Metadata Repository. For example, asdb.myco.com.

    Click Next.

  6. On the Validation page, you will receive informational messages regarding the validation of this operation. If you receive any error message, follow the instructions for investigating them. Otherwise, if the operation is valid, click Finish.

  7. When the operation is finished, you must restart the components in the J2EE and Web Cache instance.

    1. Click Home to navigate back to the Application Server home page.

    2. Click Start All.

Your J2EE and Web Cache instance is now in the OracleAS Metadata Repository's farm and can join an OracleAS Cluster in that farm.


Go to previous page Go to next page
Oracle
Copyright © 2002, 2003 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index