iSelfSchooling.com  Since 1999     References  |  Search more  | Oracle Syntax  | Free Online Oracle Training

    Home      .Services     Login       Start Learning     Certification      .                 .Share your BELIEF(s)...

 

. Online Accounting        .Copyright & User Agreement   |
    .Vision      .Biography     .Acknowledgement

.Contact Us      .Comments/Suggestions       Email2aFriend    |

 

Online Oracle Training for beginners and advanced - The most comprehensive Oracle tutorial

The authors do not guarantee or take any responsibility for the accuracy, or completeness of the information.

 

 

 

 

 

 

 

 

 

 

Lesson 09

"dom is the last, best hope of earth."

-Abraham Lincoln (1809-1865)

How to deploy a EAR or WAR file
You have an application that your developers had provided for you in the EAR format. You are assigned to deploy the EAR file to your existing OC4J instance.


Assuming that the EAR file was stored in the /u01/report directory, the following are the steps to deploy your EAR file.

 
1. Go to application Server Control (http://YourServer:1156) and click on the OC4J_BI_Forms component.
2. Click on the “application” tab and click on the “Deploy EAR file” icon.
3. Enter the location and name of your application (the EAR file).  Ex: /u01/report/myapp.ear
4. Enter a meaningful application name and then click the Continue icon.
5. Map all the Web Modules in your application to meaningful URLs. Ex: my_application
6. Then click Next to review the summary and click Deploy icon
 
Make sure that the deployed application is in the OC4J_BI_Forms’ application screen. To test your report, you should use the following URL:
http://<hostname>:port/my _application/rwservlet?report =yourreport.rdf&destype=cache &desformat=pdf