Updating resource environment entry and resource environment provider configurations for application clients
You can update the configuration of an existing resource environment entry or resource environment provider using the Application Client Resource Configuration Tool (ACRCT).
About this task
Procedure
Example
Configuring resource environment custom
settings for application clients: This code example illustrates how
the custom page applies to every resource type. You can specify as
many custom names and values as you need:
<propertySet xmi:id="J2EEResourcePropertySet_20"> <resourceProperties xmi:id="J2EEResourceProperty_22" name="resourceEnvEntry:customName" value="resourceEnvEntry:customValue"/> </propertySet>
Configuring Resource
Environment settings: This code example illustrates how to configure
Resource Environment settings:
<resources.env:ResourceEnvironmentProvider xmi:id="ResourceEnvironmentProvider_1" name="resourceEnvProvider:name" description="resourceEnvProvider:description"> <classpath>resourceEnvProvider:classpath</classpath> <factories xmi:type="resources.env:ResourceEnvEntry" xmi:id="ResourceEnvEntry_1" name="resourceEnvEntry:name" jndiName="resourceEnvEntry:jndiName" description="resourceEnvEntry:description"> <propertySet xmi:id="J2EEResourcePropertySet_20"> <resourceProperties xmi:id="J2EEResourceProperty_22" name="resourceEnvEntry:customName" value="resourceEnvEntry:customValue"/> </propertySet> </factories> <propertySet xmi:id="J2EEResourcePropertySet_21"> <resourceProperties xmi:id="J2EEResourceProperty_23" name="resourceEnvProvider:customName" value="resourceEnvProvider:customValue"/> </propertySet> </resources.env:ResourceEnvironmentProvider>
- Required fields:
- Resource Environment Provider page: Name
- Resource Environment Entry page: Name, JNDI Name