Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Load Balancer virtual URL not working with analytics page

Srinivas.RApr 6 2010 — edited Jul 6 2010
We have configured Load Balancer virtual URL. But it is working for only iAS. We have Oracle Application Server 10.1.3

Our OBIEE is 10.1.3.4.1

Here is the virtual configuration
---

Listen 7877

+<VirtualHost default:7877>+

+# General setup for the virtual host+
DocumentRoot "/apps_base/obiee/ias/Apache/Apache/htdocs"
ServerName uat.bi.company.com
ServerAdmin you@your.address
ErrorLog "|/apps_base/obiee/ias/Apache/Apache/bin/rotatelogs /apps_base/obiee/ias/Apache/Apache/logs/error_log 43200"
TransferLog "|/apps_base/obiee/ias/Apache/Apache/bin/rotatelogs /apps_base/obiee/ias/Apache/Apache/logs/access_log 43200"
Port 443

+# SSL Engine Switch:+
+# Enable/Disable SSL for this virtual host.+
SSLEngine on

---
https://uat.bi.company.com -> WORKS great
https://uat.bi.company.com/em -> WORKS great
https://uat.bi.company.com/analytics -> page cannot be displayed

We have SSO configured. So i do get the SSO login page, but clicking on submit button, I get page cannot be displayed.

Everything works if I disable the load balancer virtual.

THe Load Balancer is configured to listen on 443 and then routes to 7877 on the physical server coorldas04.company.com

Can you assist in this one ??

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details