Skip Headers
Oracle TopLink Developer's Guide
10g Release 3 (10.1.3)
B13593-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

Step 4: Deploying to an Application Server

To deploy the tutorial application to an application server, you must deploy the EAR file as follows:


Note:

This procedure assumes you are using OC4J. If you are using another application server, refer to your application server documentation for more specific information.

  1. Start the OC4J application server by executing the following command:

    java -jar <OC4J_HOME>/j2ee/home/oc4j.jar
    
    
  2. Execute the deploy script in the <TUTORIAL_HOME> directory.

    For Windows, select the deploy.cmd file. For UNIX, select the deploy.sh file.