Hi everyone,
I have three Linux OS, one I have installed OBIEE version 12.2.1.4.0 and on the second machine I have installed OBIEE OAS version 6.4.
On third machine where I have installed Oracle OHS version 12.2.1.4.0, and I would like the ohs to point to both machine,
as I have configured the httpd.conf as following
ProxyPass /analytics http://10.10.20.40:9502/analytics
ProxyPassReverse /analytics http://10.10.20.40:9502/analytics
ProxyPass /bi-security-login http://10.10.20.40:9502/bi-security-login
ProxyPassReverse /bi-security-login http://10.10.20.40:9502/bi-security-login
ProxyPass /analytics2 http://10.10.20.50:9502/analytics
ProxyPassReverse /analytics2 http://10.10.20.50:9502/analytics
ProxyPass /bi-security-login http://10.10.20.50:9502/bi-security-login
ProxyPassReverse /bi-security-login http://10.10.20.50:9502/bi-security-login
So my issue is when I type in the web url xyz.com/analytics or xyz.com/analytics2 so it will only go with the first url but the second url is ignored, what I need here to configure as both obiee will end in bi-security-login page for credential. Please I need your help here. Thank you very much.