3 Using the Install and Configure Option

This chapter describes how to install and configure the Oracle Web Tier 11.1.1.6.0 components. During this process, you will have the option to install and configure the following products:

Oracle Process Manager and Notification Server (OPMN) is installed and configured by default.

Note:

This chapter is intended for new users. If you have an existing Oracle Web Tier installation, refer to "Applying the Latest Oracle Fusion Middleware Patch Set" in Oracle Fusion Middleware Patching Guide.

This chapter contains the following sections:

3.1 Installing and Configuring Oracle Web Tier

This section describes the instructions that you must follow, if you choose Install and Configure as your Installation Type (Section 2.4, "Choosing the Installation Type").

After you have started the installer (Section 2.3, "Getting Started"), follow the instructions in Table 3-1 to install and configure Oracle Web Tier.

Table 3-1 Instructions to Install and Configure

No Screen When Does This Screen Appear? Description and Action Required

1

Welcome Screen

Always

Click Next to continue.

2

Install Software Updates Screen

Always

If you wish to search for and download software updates from My Oracle Support, then enter My Oracle Support Account Username and Password, and click Test Connection.

If you wish to search your local directory for updates, then select Search Local Directory for Updates, and click Search For Updates.

If you wish to skip software updates, then select Skip Software Updates.

Click Next to continue.

3

Select Installation Type Screen

Always

Select Install and Configure.

Click Next to continue.

4

Prerequisite Checks Screen

Always

Click Next to continue.

5

Specify Installation Location Screen

Always

Specify the Middleware home and Web Tier Oracle home directories:

  • If you already have a WebLogic Server installed, you can point to your existing Middleware home directory. If you specify a Middleware home directory that does not already exist, it will be created for you.

  • The Web Tier Oracle home and Oracle Common home directories will be created inside the Middleware home directory.

Click Next to continue.

6

Specify Security Updates Screen

Always

If you wish to receive the security updates via My Oracle Support, then do the following:

  1. Select I wish to receive security updates via My Oracle Support.

  2. Enter your Email address (preferably My Oracle Support email address or username).

  3. Enter My Oracle Support Password.

  4. Click Next.

If you do not wish to receive the security updates via My Oracle Support, then do the following:

  1. Make sure you do not select I wish to receive security updates via My Oracle Support.

  2. Click Next.

  3. In the confirmation dialog box titled My Oracle Support Username/Email Address Not Specified, click Yes.

7

Configure Components Screen

Always

Select the component(s) you want to configure.

Select Associate Selected Components with WebLogic Domain if you want to associate Web Tier with an existing Fusion Middleware (EM) Control. If you select this option, be sure that the Administration Server is up and running.

If you wish to install Oracle Web Tier in stand alone mode, then make sure you do not select Associate Selected Components with WebLogic Domain.

Click Next to continue.

8

Specify WebLogic Domain Screen

If you selected Associate Selected Components with WebLogic Domain in Configure Components Screen

Specify the credentials for your existing WebLogic Domain which hosts Fusion Middleware (EM) Control.

Click Next to continue.

9

Specify Component Details Screen

Always

Specify the Oracle Instance location and names for your components.

Click Next to continue.

10

Web Cache Administrator Password Screen

Always

Specify the Oracle Instance location and names for your components.

Click Next to continue.

11

Configure Ports Screen

Always

Select whether you want automatic or manual port configuration.

NOTE - If you choose to use the staticports.ini (or any custom port file), port numbers less than 1024 will not be validated by the installer. You will, however, be able to proceed with the installation.

See "Port Numbers" in Oracle Fusion Middleware Administrator's Guide for more information.

Click Next to continue.

12

Installation Summary Screen

Always

Verify the information on this screen.

Click Install to begin the installation.

13

Installation Progress Screen

Always

Click Next to continue.

14

Configuration Progress Screen

Always

Click Next to continue.

15

Installation Complete Screen

Always

Click Finish to dismiss the installer.


3.2 Performing the Post-Installation Tasks

After installation and configuration are complete, there may be some post-installation tasks you need to perform, depending on your specific topology and configuration. The following topics are covered in this section:

3.2.1 Configuring Routing Between Oracle HTTP Server and Oracle WebLogic Server

By default, routing between Oracle HTTP Server and Oracle WebLogic Server is not configured. In order to allow requests to be proxied from Oracle HTTP Server to Oracle WebLogic Server, you must configure a plug-in.

For instructions on how to do this, see "mod_wl_ohs" in the Oracle Fusion Middleware Administrator's Guide for Oracle HTTP Server.

3.2.2 Using Oracle Web Cache with Oracle BAM

If you are using Oracle Web Cache with Oracle BAM, you must perform the configuration steps detailed in "Basic Tasks for Configuring and Monitoring Caching Rules" in Oracle Fusion Middleware Administrator's Guide for Oracle Web Cache.

Use the following Oracle BAM settings:

Expression Type : Regular Expression
URL Expression : oracle.bam.web (or Event=viewReport, for the second rule)
HTTP Methods : Select all
Leave URL and POST Body Parameters empty.
POST Body Expression : .*
Caching Policy : Don't Cache
Leave Comment as it is.
Compression : Off
Enabled : yes 

3.3 Verifying the Installation

You can perform any combination of the following tasks to verify that your installation was successful:

3.3.1 Verifying the Installation Logs

Check for the presence of installation log files in logs directory inside your Oracle Inventory directory. On UNIX systems, if you do not know the location of your Oracle Inventory directory, you can find it in the WebTier_ORACLE_HOME/oraInst.loc file. On Windows systems, the default location for the inventory directory is C:\Program Files\Oracle\Inventory\logs.

3.3.2 Verifying the Domain Server Logs

Check the domain server logs, which are located in the servers directory inside the domain home directory. For example, on UNIX systems:

Web_Tier_ORACLE_HOME/user_projects/domains/domain_name/servers/server_name

On Windows systems:

Web_Tier_ORACLE_HOME\user_projects\domains\domain_name\servers\server_name

3.3.3 Verifying the OPMN Status

Run the opmnctl status command from the INSTANCE_HOME/bin (on UNIX operating systems) or INSTANCE_HOME\bin (on Windows operating systems) directory in your instance home location. For example:

> ./opmnctl status

Processes in Instance: instance2
---------------------------------+--------------------+---------+---------
ias-component                    | process-type       |     pid | status  
---------------------------------+--------------------+---------+---------
webcache1                        | WebCache-admin     |   24057 | Alive   
webcache1                        | WebCache           |   24056 | Alive   
ohs1                             | OHS                |   23890 | Alive   

This information shows the components configured for this installation. The status "Alive" means the component is up and running.

3.3.4 Checking the Browser URLs

Run the opmnctl status -l command from the INSTANCE_HOME/bin (on UNIX operating systems) or INSTANCE_HOME\bin (on Windows operating systems) directory in your instance home location to obtain a list of ports used by the components. For example:

> ./opmnctl status -l

---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ias-component                    | process-type       |     pid | status   |        uid |  memused |    uptime | ports
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
webcache1                        | WebCache-admin     |   24057 | Alive    | 1067146469 |    43712 |  14:43:29 | http_admin:7799
webcache1                        | WebCache           |   24056 | Alive    | 1067146468 |    64072 |  14:43:29 | http_stat:7800,http_invalidation:7801,https_listen:7802,http_listen:7798
ohs1                             | OHS                |   23890 | Alive    | 1067146467 |    50260 |  14:43:39 | https:9999,https:4447,http:7777

Use the port numbers in this display to point your browser to the appropriate pages. Use the format:

http://system_name:port_number

Based on the information above, you would use the URLs in Table 3-2 to access the various pages from this configuration:

Table 3-2 Sample Web Tier URLs

Page Sample URL

Oracle HTTP Server

http://system_name:7777

Oracle HTTP Server SSL

https://system_name:4447

Oracle Web Cache

http://system_name:7798

Oracle Web Cache SSL

https://system_name:7802

Oracle Web Cache Administration

https://system_name:7799