Before you begin
After developing an application client, deploy this application on client machines. Deployment consists of pulling together the various artifacts that the application client requires.The Application Client Resource Configuration Tool (ACRCT) defines resources for the application client. These configurations are stored in the application client .ear file. The application client run time uses these configurations for resolving and creating an instance of the resources for the application client.
Why and when to perform this task
When a local object definition is created using the ACRCT, the JNDI name of the local object definition points to the reference for which the local object definition applies. The object might be a resource-ref, resource-env-ref or message-destination-ref. If the message-destination-ref has a message-destination-link, then point the local object definition to the message-destination. Local object definitions either point to the message-destination-ref (if the message-destination-ref has no link) or to the message-destination (if the message-destination-ref has a link). Any local object definitions pointing to message-destination-refs that have a link are ignored.Steps for this task