Sunday, May 4, 2008

Change Chart Server Port for Business Intelligence

If you need to change the Chart Server (JavaHost) port for Oracle Business Intelligence, you need to modify the config.xml file. This file is located in /OracleBI/web/javahost/config folder. Default value is 9810.

<port>9810</port>

If you change the JavaHost port in config.xml file, then you also need to change instanceconfig.xml file so that Analytics web Server know which port the chart server is listening on. Following section in the instanceconfig file explain that JavaHost process running on host myhost.domain.com on port 10053.

<javahostproxy><hosts><host address="myhost.domain.com" port="10053"/></hosts></javahostproxy>

Please note that this parameter specific to OBIEE 10.1.3.2 on Linux and may got changed in earlier or later releases.

No comments: