Oracle® Business Intelligence Enterprise Edition Deployment Guide > Other Deployment-Related Topics > Oracle BI Communications Across Security Firewalls >
Changing the BI Presentation Services Listener Port
The port that BI Presentation Services listens on can be configured in the BI Presentation Services configuration file instanceconfig.xml by creating and setting the RPC/Listener element, as shown in the following procedure. The BI Presentation Services is configured by setting parameters in the configuration file instanceconfig.xml. The instanceconfig.xml file is located in the following directories: - Under Windows: OracleBIData_HOME\web\config
- Under Linux or UNIX: OracleBIData_HOME/web/config
To change the Presentation Services listener port
- Open the instanceconfig.xml file for editing.
- Locate the <WebConfig> element.
- Within the <WebConfig> tags, create the element <RPC> and assign it the RPC Listener Port value for the BI Presentation Services instance, as shown in the following example.
<WebConfig> <ServerInstance> ... <RPC> <Listener port="9715" /> </RPC> ... </ServerInstance> </WebConfig>
NOTE: In the preceding example, the RPC Listener port for the BI Presentation Services instance has been changed to port 9715 from the default of 9710.
- Save changes to the file.
|