Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
user types the host name on browser and enters he that will redirects to OBIEE login page

Dear Experts,
Please share your suggestions on this
When user types the host name on browser and enters he that will redirects to OBIEE login page ? how to implement this in OBIEE 12c?
Example: this is my OBIEE 12c login page http://obiee12c.usa.org/analytics/saw.dll?bieehome&startPage=1
Default port is : 80
Host Name: obiee12c.usa.org
If obiee users types host name
i.e obiee12c.usa.org on browser--> click enter he automatically redirects to
OBIEE login page-->http://obiee12c.usa.org/analytics/saw.dll?bieehome&startPage=1
Answers
-
My suggestion is to talk to your networking team and/or read about URL redirection
https://en.m.wikipedia.org/wiki/URL_redirection#Apache_HTTP_Server_mod_rewrite
0 -
this was implemented in obiee 11g the same thing we have to implemnt in the obiee 12c, but I am not sure where it is implemented, do you know which files stores this information (coding) i obiee 11g ( location ). That will help me out
0 -
You are not providing any information on your environment, so it's impossible to tell you.
Also if this was done previously - how was it done?
0 -
As an example of what Christian is talking about....
We use an ISAM reverse proxy as our front end.
Traffic is directed from the front end to our web host which then forwards traffic to our application server.You will need to understand your topology before anybody here can help you unfortunately.
Have a dig around and talk to people in your organisation that might know the answers.Good luck!
PS What you're after in the below doco is what's inside FW1.
0