Skip Headers
Oracle® SOA Suite Developer's Guide
10g (10.1.3.1.0)

Part Number B28764-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

4.9 Deploying EJB Applications

To deploy an EJB application, first you create a deployment profile, and then you deploy the project.

To create a deployment profile:

  1. In the Navigator, right-click a project and choose New.

  2. In Categories, expand General, select Deployment Profiles, and in the Items list, select EJB JAR File. Click OK.

  3. In the Create Deployment Profile dialog, enter a name and location and click OK.

  4. In the EJB JAR Deployment Profiles Properties dialog you may change properties or accept the defaults. Click OK.

To deploy the project:

  1. In the Navigator, expand the folder for the project and the Resources folder within.

  2. Right-click the .deploy file and choose how you want to deploy the application. If this is the first deployment, you will want to deploy to a New Connection.

    JDeveloper compiles the application and creates JAR and EAR files in the <project>\deploy directory. If there are no errors, it displays the Configure Application dialog.

  3. In the Configure Application dialog, click OK.

    Deployment information will be output in the JDeveloper Log window.