Previous Topic: Basic Agent Setup and Policy Server ConnectionsNext Topic: How to Set Log Files, and Command-line Help to Another Language


Manage Web Agents with Multiple Web Server Instances

If you configure a Web Agent on multiple web server instances, each server instance requires its own Web Agent cache, log file, and health monitoring resources. To verify that resources are unique, configure the following parameter in the WebAgent.Conf file:

ServerPath

Specifies a unique path to each web server instance when a Web Agent is configured to use multiple instances of a web server. The ServerPath creates a unique identifier for the caching, logging, and health-monitoring resources that the agents use.

This value must be an alphanumeric string unique among server instances running on the system. For example, if you have two server instances, the value of the ServerPath parameter for one instance could be MyAgent1 and the value for the second instance could be MyAgent2.

Default: Empty

Example: If there are four web server instances, each loading an agent, then set the ServerPath parameter in the WebAgent.conf file of each server instance to a unique value. You can set the ServerPath parameter to the directory where the log file of each server instance is stored, such as server_instance_root/logs.

To configure a Web Agent on multiple server instances, add a unique path to the ServerPath parameter in each WebAgent.conf file.

Set the ServerPath Parameter for Windows Systems

If there are multiple server instances in your Windows operating environment, specify a value for the following parameter in the WebAgent.conf file:

ServerPath

Specifies a unique path to each web server instance when a Web Agent is configured to use multiple instances of a web server. The ServerPath creates a unique identifier for the caching, logging, and health-monitoring resources that the agents use.

This value must be an alphanumeric string unique among server instances running on the system. For example, if you have two server instances, the value of the ServerPath parameter for one instance could be MyAgent1 and the value for the second instance could be MyAgent2.

Default: Empty

Example: If there are four web server instances, each loading an agent, then set the ServerPath parameter in the WebAgent.conf file of each server instance to a unique value. You can set the ServerPath parameter to the directory where the log file of each server instance is stored, such as server_instance_root/logs.

Note: Do not use a backslash (\) in the string you specify for the ServerPath parameter; all other characters are permitted.

The ServerPath parameter is not required for the following Windows platforms:

Set the ServerPath Parameter for UNIX Systems

The ServerPath parameter is located in the WebAgent.conf file.

For web servers on UNIX platforms, we recommend that each server instance has its own Agent resources.

Set the ServerPath parameter for the following servers on UNIX:

Note: The ServerPath is not required for Domino web servers on UNIX systems.

The value you set for the ServerPath parameter must be an alphanumeric string unique among the server instances running on the system. For example, if you have two server instances, the value of the ServerPath parameter for one instance could be MyAgent1 and the value for the second instance could be MyAgent2.

Additional Configurations Requiring the ServerPath Parameter

The following list describes other use cases for requiring the ServerPath parameter: