Administer URL resources
Overview
URL providers support URL protocols that are not supported by the Java Developer Kit (JDK). A URL provider consists of two classes that extend java.net.URLStreamHandler and java.net.URLConnection. A default URL provider is included in the initial product configuration. This provider utilizes the URL support provided by the JDK. Any URL resource with protocols based on Java 2 Standard Edition 1.3.1, such as HTTP or FTP, can use the default URL provider.
Configure URL resources
To configure a new URL provider, follow these steps:
- Start the administrative console.
- Expand...
Resources | URL providers | New- Specify a name, stream handler classname, and protocol. You can also specify additional properties on this page.
- Click Apply.
- Save the configuration.
After you configure the URL provider, you can configure URLs for the provider. To configure a new URL, follow these steps:
- On the URL provider's detail page, click URLs.
- On the URLs page, click New.
- Specify a name, a JNDI name, and a specification. You can also specify additional properties on this page.
- Click Apply.
- Save the configuration.
Modify URL resources
To modify a URL provider, follow these steps:
- Start the administrative console.
- Expand...
Resources | URL providers- Click the name of the provider you want to modify.
- Make your changes.
- Click OK.
- Save the configuration.
To modify a URL, follow these steps:
- Click the name of the provider that includes the URL that you want to modify.
- On the URL provider's detail page, click URLs.
- On the URLs page, click the name of the URL that you want to modify.
- Make your changes.
- Click OK.
- Save the configuration.
Remove URL resources
To remove a URL provider, follow these steps:
- Start the administrative console.
- Expand...
Resources | URL providers- Click the checkbox for the provider or providers that you want to remove.
- Click Delete.
- Save the configuration.
To remove a URL, follow these steps:
- Click the name of the provider that includes the URL that you want to remove.
- On the URL provider's detail page, click URLs.
- On the URLs page, select the checkbox of the URL or URLs that you want to remove.
- Click Delete.
- Save the configuration.
See also