Deploying a J2EE Enterprise Archive

The J2EE Enterprise Archive (EAR) deployment profile provides you with centralized control over the process of application assembly. This assembling task involves selecting which already-packaged J2EE deployment profiles to include with the EAR file. You can choose to mix and match any combination of packaged WAR, EJB JAR, and/or client JAR profiles in projects within the same workspace. When you deploy an application to an application server connection , JDeveloper assembles a minimal EAR file which includes the packaged profile combinations and deploys it to the EAR to the target application server.

To deploy a J2EE Enterprise Archive (EAR File):

  1. Create an EAR File deployment profile.
  2. Create a connection to the target application server.
  3. Select the deployment profile in the Navigator, right-click, and choose one of the deployment options:

To edit the EAR deployment profile, select it in the Navigator, right-click, and choose Properties.

Notes:


About J2EE Deployment
About J2EE Archive Formats
About Deployment Profiles
Packaging J2EE Applications
Deploying J2EE Applications
Deploying Applications to J2EE Application Servers

 

Copyright © 1997, 2004, Oracle. All rights reserved.