OBIEE 10G - How to change the ports with an installation on OC4J ?

Obi Edition

About

How to changes the ports use by OBIEE 10g.

Component

Application Server OC4J (9704)

A specific listener port can be specified in default-web-site.xml, or a range of ports can be set in the OPMN configuration file (opmn.xml).

Go in the directory oc4j\j2ee\home\config. Open the file default-web-site.xml and change the port value.

<?xml version="1.0"?>

<web-site xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/web-site-10_0.xsd"  
port="80" <- Change here, it is 9704 for OC4J in OBIEE
display-name="OC4J 10g (10.1.3) Default Web Site" schema-major-version="10" schema-minor-version="0" > 
	<default-web-app application="default" name="defaultWebApp" />
	<web-app application="system" name="dms0" root="/dmsoc4j" />
	<web-app application="system" name="dms0" root="/dms0" />
	<web-app application="system" name="JMXSoapAdapter-web" root="/JMXSoapAdapter" />
	<web-app application="default" name="jmsrouter_web" load-on-startup="true" root="/jmsrouter" />
	<web-app application="javasso" name="javasso-web" root="/jsso" />
	<web-app application="ascontrol" name="ascontrol" load-on-startup="true" root="/em" ohs-routing="false" />
	<web-app application="analytics" name="analytics" load-on-startup="true" root="/analytics" />
	<web-app application="bioffice" name="bioffice" load-on-startup="true" root="/bioffice" />
	<web-app application="xmlpserver" name="xmlpserver" load-on-startup="true" root="/xmlpserver" />
	<web-app application="xwiki" name="xwiki-enterprise-web-1.4.1" load-on-startup="true" root="/xwiki" />
	<web-app application="mapviewer" name="web" load-on-startup="true" root="/mapviewer" />
	<web-app application="Map" name="Map" load-on-startup="true" root="/Map" />
	<access-log path="../log/default-web-access.log" split="day" />
</web-site>
</xml>

And then, restart OC4J server

Presentation Services

To change the default port of the OBI Presentation Services, edit the following files with the changed port number:

  • Instanceconfig.xml
  • isapiconfig.xml File (depending on the Web Server or Operating System)
  • web.xml

Note: When you change OBI Presentation (OBIP) port number in the web.xml file from the default, you may need to change the localhost value and replace it with the OBIP server name

This is documented in the deployment guide > Chapter 9 Other Deployment-Related Topics > Oracle BI Communications Across Security Firewalls > Changing the BI Presentation Services Listener Port Configuring BI Presentation Services Plug-in when BI Presentation Services Listener Port Has Been Changed

But please note that there is one incorrect information in the ''Oracle Business Intelligence Enterprise Edition Deployment Guide ':

Instead of the documented syntax, please remove the reference to RPC in the instanceconfig.xml file.

Remove the RPC tag and only enter the following in the instanceconfig.xml file:

<WebConfig>
<ServerInstance>
...
<Listener port="9715" />
...
</ServerInstance>
</WebConfig>

Changing the OBI server port that SAS is communicating to SAW under

  • Modify the RPC_SERVICE_OR_PORT parm in NQSConfig.ini located in the [ Server ] section to the new port
  • Change the SAW ODBC DSN within ODBC Data Source Administrator to use this port

Documentation / Reference





Discover More
Obi Edition
OBIEE - Installation / Configuration

This page includes all articles on the installation topic of OBIEE. Installing...
Card Puncher Data Processing
Oracle Containers for J2EE (OC4J)

OC4J is a Java application server. It's composed with , so a lot of configuration for are the same for . This Java application server is a slimmed-down version of the better-known Oracle Application...
Card Puncher Data Processing
Python - Installation and configuration

Installation and configuration of a python environment. Download it and install it Example: Linux: Configuration: Path Third library installation: You can also install...



Share this page:
Follow us:
Task Runner