Install and configure Oracle HTTP server

Install Oracle Http server 12C:

Web Tier 12C allow you tio administering OHS 12c through WebLogic Domain :- This scenario requires users to install Oracle Fusion Middleware Infrastructure 12c and then install Oracle HTTP Server 12c in the same installation location. From my humble opinion, this functionality is not something that help me as administrator, in fact, I prefer Web Tier 11 G where we did not need any java process as the node manager to start or stop or webtier or any domain.
As I prefer OHS out of the main Middleware infraestructure, I will expose how to install OHS 12C in a stand alone domain, this option does not requiered Oracle Infrastructure.

  • Execute the installation script and complete the wizard

1webtier

2webtier

3webtier

4webtier

5webtier

6webtier

7webtier

8webtier

9webtier

10

11webtier

Configure Oracle http server domain:

  • Naviagate to /opt/oracle/products/Oracle_Home/oracle_common/common/bin
  • Execute ./config.sh
  • Complete the wizard

12webtier

13webtier

14webtier

15webtier

16webtier

17webtier

18webtier

19webtier

20webtier

  • From your OHS terminal machine
    • Change the permission and owner of the file launch
      • chown root $ORACLE_HOME/ohs/bin/launch
      • chmod 4750 $ORACLE_HOME/ohs/bin/launch

21webtier

Note: This is required to start the OHS in the port 80 and 443.

Start Oracle HTTP server:

  • From your OHS terminal machine starts nodemanager and the ohs1 component.
    • You will need to introduce the password of you admin of the StandAlone Domain

22webtier

23webtier