Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c web server

Hi,
I've read some OBIEE architectures utilize a separate web server (Apache, IIS, Oracle HTTP). In our installation, we just install the product all into one application server. In this case, does it mean we don't have a web server? Or is our application server working as a built in web server? I'm just confused about this part. Any insights?
Answers
-
WebLogic (which OBIEE installs against by default) performs both the roles of application server, and web server.
0 -
The separate use of a "normal" webserver is often used as simple proxy to give a nicer URL to your OBIEE (without port number), doing SSL offloading or caching CSS/JS/images to "improve performance".
For this last need you must already have a super busy server (I mean lot of concurrent users etc.).
For the first need it's more common as it also allow you to easily take down your OBIEE for config/maintenant while displaying to your users a webpage telling them you are working on it.
So mainly a "nice to have" with current versions of OBIEE as Weblogic is an application server but also a good "web" server.
0