In order to deploy OBIEE on Apache Tomcat Server,we need to deploying two war files analytics.war (BI Answers, Dashboards, and BI Delivers) and xmlpserver.war (Bi Publisher) to make Apache Tomcat as Server.
Deploying analytics.war file -
Step1: Stop your Tomcat Server (if it’s already in started mode)
Step2: Take a copy of analytics.war file from following location
“Drive: \OracleBI\oc4j_bi\j2ee\home\applications\analytics”
Step3: Create a folder with name analytics under “C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps” path. Paste analytics.war file into this newly created folder.
Step4: Open your command prompt. Go to your newly created folder structure.
Enter the following command: Jar –xvf analytics.war
Next, Start your Tomcat Server (Start->Run->Services.msc)
Start Menu->All Programs->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 “/analytics”
Click on analytics it will take you to our OBIEE Login screen
Deploying xmlpserver.war file –
Step1: Stop your Tomcat Server (if it’s already in started mode)
Step2: Take a copy of xmlpserver.war file from following location
“Drive: \OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver”
Step3: Create a folder with name analytics under “C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps” path. Paste xmlpserver.war file into this newly created folder.
Step4: Open your command prompt. Go to your newly created folder structure
Enter the following command: Jar –xvf xmlpserver.war
Step5: Now change {file path} in xmlp-server-config.xml file located at
“C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\xmlpserver\WEB-INF”
Point the path to OBIEE installed xmlp folder, here it is {file path=”C:\OracleBI\xmlp\XMLP”}
Next, Start your Tomcat Server (Start->Run->Services.msc)
Start Menu->All Programs->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 “/xmlpserver”
Click on xmlpserver it will point to Bi Publisher Login screen
URLs -
Answer: http://localhost:8080/analytics
Bi Publisher: http://localhost:8080/xmlpserver