Use this page create new URL providers.
To view this Application Client Resource Configuration Tool (ACRCT) page, click File > Open. After you browse for an EAR file, click Open. Expand the selected JAR file. Right click URL Providers, and click New. The following fields appear on the General tab.
A URL provider implements the function for a particular URL protocol, such as Hyper Text Transfer Protocol (HTTP). This provider, comprised of classes, extends the java.net.URLStreamHandler and java.net.URLConnection classes.
To use the default protocol, leave this field blank.
To use the default stream handler, leave this field blank.
You must enter a name that is a public property on the object and a value that can be converted from a string to the type required by the set method of the property. The acceptable properties and values depend on the object that is created. Refer to the object documentation for a list of valid properties and values.