webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | The Adapter Runtime in a Clustered Environment | What is Clustering? | Disabling the Redirection of Administrative Services
 
Disabling the Redirection of Administrative Services
An Integration Server instance that cannot handle a client's service request can automatically redirect the request to another server in the cluster. However, adapters use certain predefined administrative services that you should not allow to be redirected. These services are used internally when you configure the adapter. If you allow these services to be redirected, your configuration specifications might be saved on multiple servers, which is an undesirable result. For example, if you create two adapter services for an adapter, one might be stored on one server, while the other one might be stored on another server. Remember that all adapter services must reside on all Integration Servers in the cluster.
*To disable the redirection of administrative services
1. Shut down Integration Server.
2. Open the following file:
Integration Server_directory \config\redir.cnf
3. Add the following line to the file:
<value name="wm.art">false</value>
4. Save the file and restart Integration Server.