In the OracleBI_HOME/web/app/WEB-INF directory, locate the web.xml file. Using an XML editor, open the web.xml file. Change the values of the following parameters to reflect the correct settings:
The analytics.war or analytics.ear files are used to deploy the Oracle BI Presentation Services Plug-in (java servlet) in the J2EE Application server of your choice. The .war and .ear files are in the following locations:
Windows platform: OracleBI_HOME\web
Linux platform: OracleBI_HOME/web
Deploying a new instance of the analytics application can be done from the Entripise Manager (http://server_name:9704/em).
Click on the deploy button and choose the archive previously created.
Click on next, enter a new application name for instance analyticsSecond and change the context_root for instance analyticsSecond.
Click again on the next-button to go to the deployment settings step, leave all the default values and click on the deploy button.
You must then get this feedback page:
The application has been analyticsSecond successfully deployed !
After these three steps the new application (analyticsSecond) is present in the application list of OC4J and you may see its file on this location:OracleBI_Home\oc4j_bi\j2ee\home\applications\analyticsSecondTo verify that the new application have take into account the new web.xml:
Click on the newly created application (analyticsSecond)
In the home tab, click on the Web module Analytics
Go straight forward to the tab Administration
In the part Deployment Descriptor, View web module deployment descriptor (web.xml), click on the icon in the Go Task column.
You will see then the web.xml file which is in use and verify the port which is under the parameter oracle.bi.presentation.sawserver.Port
Otherwise, change the port in the web.xml file located here:OracleBI_Home\oc4j_bi\j2ee\home\applications\analyticsBIODB\analytics\WEB-INFand restart OC4J.
The restart of the application doesn't work.
Configuration of the new BI Presentation Service application (Analytics)
Configuration of the instanceconfig.xml file
Create a new catalog by copying the original catalog if necessaryCreate a new file for instance instanceconfigSecond.xml by copying the original instanceconfig and made this changes:
Create a new DNS to point to the new repository that you define in the nqsconfig file. See this article for an How-to: Odbc Driver Bi Server
Add the listener node and enter the new port of the analyticsSecond application
analyticsSecond refer to the path that is given in the deployment step.
Support
Port 9710 was reported as currently in use by the system.
Port 9710 was reported as currently in use by the system. The configured listener
address may be in the TIME_WAIT state or may be in use by some other service.
You must specify the new port in the file instanceconfig with the listener node. See the configuration step of the new application.