0% found this document useful (1 vote)
386 views4 pages

OBIEE On Apache Tomcat Server

This document provides instructions for deploying Oracle Business Intelligence (OBIEE) analytics and reporting files to run on an Apache Tomcat server instead of the default OC4J application server. It describes downloading and installing Tomcat, then copying the analytics.war and xmlpserver.war files from the OBIEE installation to the Tomcat webapps folder. Some configuration of the xmlp-server-config.xml file is also required to point to the OBIEE XMLP folder before restarting Tomcat. Once started, the OBIEE dashboards and reports can be accessed via URLs on the Tomcat server.

Uploaded by

RAVI KUMAR LANKE
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
386 views4 pages

OBIEE On Apache Tomcat Server

This document provides instructions for deploying Oracle Business Intelligence (OBIEE) analytics and reporting files to run on an Apache Tomcat server instead of the default OC4J application server. It describes downloading and installing Tomcat, then copying the analytics.war and xmlpserver.war files from the OBIEE installation to the Tomcat webapps folder. Some configuration of the xmlp-server-config.xml file is also required to point to the OBIEE XMLP folder before restarting Tomcat. Once started, the OBIEE dashboards and reports can be accessed via URLs on the Tomcat server.

Uploaded by

RAVI KUMAR LANKE
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

OBIEE on Apache Tomcat Server

PREPARED BY RAVI KUMAR LANKE

Page 1

Normally if we install OBIEE it will run on "OC4J"Application Server , but i want to run my analytics file to run on Apache Tomcat Server Prerequisites : Apache Tomcat Server 4 and above Here is the link to download tomcat server : click on Windows service installer (under Core category).I used Tomcat 5.5,download it and install .Start the service http://tomcat.apache.org/download-55.cgi

I will explain in two parts Part1 : Deploying Analytics.war file (BI Answers,Dashboards,BI Delivers) Part2 : Deploying XMLPSERVER.war file (BI Publisher)

Deploying Analytics.war file: Step1 : Stop your Tomcat Server(if it's already started mode) Step2 : Take a copy of anlaytics.war file from following location "\OracleBI\oc4j_bi\j2ee\home\applications\analytics" Step3 : Paste it under webapps folder of Apache server installed driver C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps Step4: I had taken Myanaltyics.war
Create a folder called Myanalytics/your_name,paste your analytics.war file into this newly created folder

Open your command prompt: Goto your newly created folder structure

Enter the following command: Jar xvf Myanalytics.war

PREPARED BY RAVI KUMAR LANKE

Page 2

Next ,Start your Tomcat Server Start Menu-->All Pograms-->Apache Tomcat 5.5--->Welcome

Click on Tomcat Manger -->It may ask username and password you need to give right credentials (if u specify at installation of apache) Under the Application 's you will see "/MyAnalytics"

Click on Myanalytics it will take you to our Normal OBIEE Login screen Create your reports and dashboard all will work same as before

PREPARED BY RAVI KUMAR LANKE

Page 3

Part2 : Deploying XMLPSERVER.war file


Follow the same steps as above but , now take xmlpserver.war file at (C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver) location

Repeat the steps 1,2,3 from part1 but with xmlpserver.war file

When you start the services and go to tomcat welcome page it will show xmlpserver...click on that Wait...before doing that we need to change file path xmlp-server-config.xml file located at C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\xmlpserver\WEB-INF {file path="C:\OracleBI\xmlp\XMLP"/} point the path to obiee installed xmlp folder Restart the server,BI Publisher will run on tomcat as Dashboards URL's in my case BIPublisher : http://127.0.0.1:1234/xmlpserver/ Dashboards : http://127.0.0.1:1234/Myanalytics/saw.dll?Dashboard/

PREPARED BY RAVI KUMAR LANKE

Page 4

You might also like