Oracle® SOA Suite Developer's Guide 10g (10.1.3.1.0) Part Number B28764-01 |
|
|
View PDF |
To deploy an EJB application, first you create a deployment profile, and then you deploy the project.
To create a deployment profile:
In the Navigator, right-click a project and choose New.
In Categories, expand General, select Deployment Profiles, and in the Items list, select EJB JAR File. Click OK.
In the Create Deployment Profile dialog, enter a name and location and click OK.
In the EJB JAR Deployment Profiles Properties dialog you may change properties or accept the defaults. Click OK.
In the Navigator, expand the folder for the project and the Resources folder within.
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.
In the Configure Application dialog, click OK.
Deployment information will be output in the JDeveloper Log window.