Editing the WebLogic-specific enterprise application deployment descriptor
WebLogic Server 7.0 and 8.1 have optional WebLogic-specific enterprise application deployment descriptors, weblogic-application.xml. WebLogic Server 6.1 does not have a WebLogic-specific enterprise application deployment descriptor.
The WebLogic enterprise application deployment descriptor can be edited directly as follows:
- Switch to the J2EE perspective.
- In the Project Explorer view, expand the enterprise application project that has the deployment descriptor you want to edit.
- Within the project, you will find a WebLogic folder labeled wls81 (for WebLogic Server 8.1), wls70 (for WebLogic Server 7.0) or wls61 (for WebLogic Server 6.1).
- Expand the folder and then double-click on weblogic-application.xml. This opens the WebLogic-specific enterprise application deployment descriptor in the XML editor.
Note: At least one of the enterprise application project's J2EE modules must be targeted to a WebLogic server runtime.