Thursday, December 23, 2010

Run two .rpd files

The steps as follow as

1) edit web.xml located in $ORACLEBI/web/app/WEB-INF and change the port
9710
to a new port let's say 9711


2) in $ORACLEBI/web , using DOS command line compile analytics.war (make a backup)
jar -cf analytics.war -C app .
If successful

3) Go to the OBIEE o4cj console and deploy the new analytics.war and set a different Context Root like "analytics_new" or "analytics1"

that's pretty much it, the new presentation service will be in

http:/localhost:9704/analytics_new
or
http:/localhost:9704/analytics1

No comments:

Post a Comment