ORACLE HTTP SERVER INSTALLATION

The Oracle Webtier Installation consists of following topics:

Oracle Webtier is the Web server component for Oracle Fusion Middleware. The Oracle Web Tier installation gives you the option of installing Oracle HTTP Server and Oracle Web Cache. OPMN is installed, by default, and you do not have the option of deselecting this product.

Together, these products are responsible for managing incoming HTTP requests, caching web messages, and sending XML and HTML back to the client. Also, it provides a listener for Oracle WebLogic Server and the framework for hosting static pages, dynamic pages, and applications over the Web. Oracle Web Tier contains the following components:

There are different Methods to install Webtier. An Oracle Web Tier solution can be built in one of the following ways:

Here, we install Oracle Web Tier in stand-alone mode and following are the sections lists the steps for it:

Installing and Configuring Oracle HTTP Server (OHS)

Obtain Oracle Web Tier from the Oracle Fusion Middleware Downloads. Download webtier.zip file to a directory, and unpack the downloaded archive that contains the installer.

To start the installer, go to the directory where you unpacked the archive file . Now, start the installer using the below command:

./fmw_12.2.1.3.0_ohs_linux64.bin

Now, follow the instructions as shown below to install Webtier,

Specify Inventory Directory Screen

Installer Prerequisite Setup

This screen appears for UNIX systems only; if this is your first Oracle installation on this host, you must specify the location of the inventory directory. This inventory directory is used by the installer to keep track of all Oracle products installed on the computer. The default inventory location is USER_HOME/oraInventory.

In the Operating System Group name field, select the group whose members you want to grant access to the inventory directory; all members of this group will be able to install products on this system. Click Ok to continue.

Welcome Screen

Installer Prerequisite Setup

The Welcome screen is displayed each time you start the installer.

Click Next to continue.

Install Software Updates Screen

Installer Prerequisite Setup

Select “Skip Software Updates” and Click Next to continue. (Kindly follow recommended practices regarding updates depending on the setup requirements or usage.)

Select Installation Location

Installer Prerequisite Setup

Specify the following installation locations.

Click Next to continue.

Select Installation Type screen

Installer Prerequisite Setup

The following are the Installation Types available.

Choose installation type as per requirement. Select Standalone HTTP Server (Managed Independently of Weblogic Server). Click Next to continue.

Select JDK home

Installer Prerequisite Setup

Click Next to continue

Prerequisite Checks Screen

Installer Prerequisite Setup

This screen shows whether the system requirements are met in order to install the software.

If there is a problem, a short error message appears in the bottom portion of the screen. Fix the error, and click Retry to try again.

Click Next to continue.

Installation Summary

Installer Prerequisite Setup

Review the information on this screen. The operations summarized on this page will be performed when you click Install.

If you want to make any changes to the configuration before starting the installation, use the navigation pane, and select the topic you want to edit.

If you want to save this configuration to a text file (called a response file), click Save. You will be prompted for the location of name of the file you want to create (for example, silent_install.rsp). This file can be used later if you choose to perform the same installation from the command line.

Click Install.

Installation Progress Screen

Installer Prerequisite Setup

This screen shows the progress of the installation.

If you want to quit before the installation is completed, click Cancel.

Click Next.

Installation Complete Screen

Installer Prerequisite Setup

This screen summarizes the installation that was just completed.

Click Finish to dismiss the screen.

Configure the HTTP server

Follow below steps to configure domain for HTTP server

./config.sh

Below screen will be displayed

Installer Prerequisite Setup

Installer Prerequisite Setup

Installer Prerequisite Setup

Installer Prerequisite Setup

System Component: Set the Instance name

Component Type: Should be OHS

Restart Interval Seconds: Set as per requirement. Defaults to 3600

Restart Delay Seconds: Set as per requirement. Defaults to 0

Installer Prerequisite Setup

Installer Prerequisite Setup

Installer Prerequisite Setup

Installer Prerequisite Setup

Installer Prerequisite Setup

Installer Prerequisite Setup

Installer Prerequisite Setup

Verifying the Installation

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

cd /home/devops/Oracle/Middleware/Oracle_Home/user_projects/domains/base_domain/bin ./startNodeManager.sh

./startComponent.sh ohs1

Use the listen port number to point your browser to the HTTP server to test installation. Use the format:

http://<HTTPSERVERHOSTNAME>:<HTTPSERVERLISTENPORT>

Installer Prerequisite Setup

Back