Resource Environment References Property Editor

Tip Note that this feature might not be included in your version of the IDE. If it is not available, you can edit the deployment descriptor (web.xml) file using the editor of your choice. For more information, see Java Servlet 2.3 Specification available at http://java.sun.com/products/servlet .

Use the Resource Environment References property editor to declare a reference to adminstered objects associated with a resource in the web module's environment. Each entry of this property corresponds to a <resource-env-ref> element in the web module's deployment descriptor.

To display the Resource Environment References property editor:

  1. Click the References pane of the web.xml property sheet.
  2. Click the Resource Environment References value field to activate the ellipsis button (...), then click the Ellipsis button.

To declare a Resource Environment Reference:

  1. In the Resource Environment References property editor, click Add.
  2. On the Standard tab of the Add Resource Environment Reference dialog box, supply:
  3. On the J2EE RI tab of the Add Resource Environment Reference dialog box, supply:
  4. Click OK. The new Resource Environment Reference appears in the list in the Resource Environment References property editor. To edit a reference, select it in the list, then choose Edit. To delete a reference, select it in the list, then choose Remove.
  5. To dismiss the Resource Environment References property editor, click OK.
See also
Editing Web Module References Properties

Legal Notices