Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Package Management | Lotus Notes Adapter in a Clustered Environment | Configuring Lotus Notes Adapter | Disabling the Redirection of Administrative Services
 
Disabling the Redirection of Administrative Services
As mentioned in What is webMethods Integration Server Clustering?, a server that cannot handle a client's service request can automatically redirect the request to another server in the cluster. However, the webMethods Adapter Run Time uses 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 Lotus Notes Adapter services, 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 webMethods Integration Servers in the cluster.
*To disable the redirection of administrative services
1. Shut down the Integration Server Administrator. See the webMethods Integration Server Administrator’s Guide for your release for the procedure to do this.
2. Edit 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.