WAS v8.5 > End-to-end paths > Mail, URLs, and other J2EE resources

Use URL resources within an application

Java EE applications can use Uniform Resource Locators (URLs) by looking up references to logically named URL connection factories through the java:comp/env/url subcontext, which is declared in the application deployment descriptor and mapped to installation specific URL resources. As in the case of other Java EE resources, this can be done in order to eliminate the need for the application to hard code references to external resources. The process is the same used with other Java EE resources, such as JDBC objects and JavaMail sessions.

  1. Develop an application that relies on naming features.
  2. Define resource references while assembling the application.
    A URL resource that uses a built-in protocol, such as HTTP, FTP, or file, can use the default URL provider. URL resources that use other protocols need to use a custom URL provider.

  3. Configure your URL resources within an application.

    1. Open the dmgr console.

    2. Click Resources>URL in the console navigation tree.

    3. Click either URL Providers or URLs to modify the appropriate resource.

  4. Optional: Configure URL providers and URLs within an application client using the Application Client Resource Configuration Tool (ACRCT).
  5. Manage URL providers and URL resources used by the deployed application. To update or remove existing URL configurations:

    1. Open the dmgr console.

    2. Click Resources > URL in the console navigation tree.

    3. Click either URL Providers or URLs to modify the appropriate resource.

    4. Select the URL to modify.

    5. Modify the URL properties.

    6. Click Apply or OK.

    To remove URL providers and URLs, after step 2, click URL_provider > URLs. Select the URL to remove and click Delete. Then, click Apply or OK.


Subtopics


Related


Assemble applications
Configure new URLs with the Application Client Resource Configuration Tool
Configure new URL providers for application clients


+

Search Tips   |   Advanced Search