Book Image

Oracle Business Intelligence Enterprise Edition 12c - Second Edition

By : Adrian Ward, Christian Screen, Haroun Khan
Book Image

Oracle Business Intelligence Enterprise Edition 12c - Second Edition

By: Adrian Ward, Christian Screen, Haroun Khan

Overview of this book

Oracle Business Intelligence Enterprise Edition (OBIEE) 12c is packed full of features and has a fresh approach to information presentation, system management, and security. OBIEE can help any organization to understand its data, to make useful information from data, and to ensure decision-making is supported by facts. OBIEE can focus on information that needs action, alerting users when conditions are met. OBIEE can be used for data analysis, form production, dashoarding, and workflow processes. We will introduce you to OBIEE features and provide a step-by-step guide to build a complete system from scratch. With this guide, you will be equipped with a good basic understanding of what the product contains, how to install and configure it, and how to create effective Business Intelligence. This book contains the necessary information for a beginner to create a high-performance OBIEE 12c system. This book is also a guide that explains how to use an existing OBIEE 12c system, and shows end users how to create.
Table of Contents (24 chapters)
Oracle Business Intelligence Enterprise Edition 12c - second Edition
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Configuring a HTTP proxy with the NGINX web server


Let's take a HTTP web server, NGINX, well known in the industry for performance and flexibility, and add it to our server to enable URL access to OBIEE without requiring port numbers. You'll first download the NGINX web server, begin the quick configuration, and then test the results:

  1. Download NGINX for the Windows OS (or your *Nix OS) at http://nginx.org/en/download.html .

  2. Select the latest Mainline version for NGINX/Windows.

  3. Before installing NGINX, make sure that your IIS services are stopped and that it, and no other service, is listening on the default port 80. You can do this by clicking on Server Manager accessing Roles | Web Server (IIS), and then double-clicking on Internet Information Services. In the IIS Manager, right-click on the server name and select the Stop option.

  4. Create a folder on the Windows OS in the C: drive called NGINX.

  5. Copy the downloaded NGINX .zip file into this directory and then extract the file to this location...