OBIEE 10g – Changing default port 9704 to web port 80 or any other port.
Once we install OBIEE 10g with default installation it uses 9704 as default presentation port. Here we will see how to change this default port to any other port. (I am going to consider port 80 here.)
Assumption:- OBIEE 10g installed with default OC4j application Server.
Step 1. Stop Oc4j service.
Step 2. Look for “default-web-site.xml“ file in the following directory in OBIEE home
OracleBI\oc4j_bi\j2ee\home\config
Step3. Edit the “default-web-site.xml” file and change the “9704” port to “80”.
Step4. Start the oc4j service.
Now the presentation url would be like this :-
Old – http://localhost:9704/analytics
New – http://localhost/analytics
Soon .. I am going to update on OBIEE 11g.
Categories: OBIEE 10g
OBIEE Port 9704




Hi Jyothi.
Just a quick question on the port configuration. From your writing I understand that the port number for the BIPublisher can be chaged. My question is can we use the weblogic server port number (for instance 7001) to access the presentation. “http://localhost:7001/analytics”.
Cheers
Aswathy
Yea .. Aswathy
You can change the weblogic server port 7001 to default port in OBIEE 11g environment.
I am going to post the Port configuration change for OBIEE 11g soon.
Regards,
Jyoti
Thanks Jyoti