WAS v8.5 > Reference > Administrator examplesExample: Configuring URL and URL provider settings for application clients
We can configure URL and URL provider settings. This topic provides the required fields and an example.
The purpose of this article is to help to configure URL and URL provider settings.
- Required fields:
- URL Properties page: name, jndiName, url
- URL Provider Properties page: name
- Example:
<resources.url:URLProvider xmi:id="URLProvider_1" name="urlProvider:name" description="urlProvider:description" streamHandlerClassName="urlProvider:streamHandlerClass" protocol="urlProvider:protocol"> <classpath>urlProvider:classpath</classpath> <factories xmi:type="resources.url:URL" xmi:id="URL_1" name="urlFactory:name" jndiName="urlFactory:jndiName" description="urlFactory:description" spec="urlFactory:url"> <propertySet xmi:id="J2EEResourcePropertySet_18"> <resourceProperties xmi:id="J2EEResourceProperty_20" name="urlFactory:customName" value="urlFactory:customValue"/> </propertySet> </factories> <propertySet xmi:id="J2EEResourcePropertySet_19"> <resourceProperties xmi:id="J2EEResourceProperty_21" name="urlProvider:customName" value="urlProvider:customValue"/> </propertySet> </resources.url:URLProvider>
Related
Configure new URL providers for application clients
Configure URL providers and sessions using the Application Client Resource Configuration Tool