To Edit an External JNDI Resource

  1. In the navigation tree, expand the Resources node .
  2. Under the Resources node, expand the JNDI node.
  3. Under the JNDI node, select External Resources.

    The External Resources page opens.

  4. On the External Resources page, click the name of the resource that you are editing.

    The Edit External Resource page opens.

  5. To modify the Resource Type, do one of the following.
  6. In the Factory Class field, type a JNDI factory class external repository for the external resource.

    The Factory Class is the user-specified name for the factory class, such as com.sun.jndi.ldap. This class implements the javax.naming.spi.InitialContextFactory interface.

  7. In the JNDI Lookup field, type the JNDI value to look up in the external repository.

    For example, when creating an external resource to connect to an external repository, to test a bean class, the JNDI Lookup can look like this: cn=testmybean.

  8. In the Description field, Type a short description of the resource.

    This description is a string value and can include a maximum of 250 characters.

  9. Select the Status Enabled checkbox to enable the resource.

    By default, the resource is enabled, meaning that it is available as soon as it is created.

  10. (Optional) In the Additional Properties section, specify additional properties for the external resource.

    The Enterprise Server does not define any additional properties for external resources.

  11. Click Save.
See Also