Previous Topic: Create an SmHost.conf File

Next Topic: Modify the AffWebServices.properties File for JBOSS or Tomcat

Create a WebAgent.conf File

The FWS application requires the WebAgent.conf file. However, the Web Agent Option Pack does not install this file, so you must create it.

  1. Copy the WebAgent.conf file from System 1 to the following directory on System 2 and System 5:

    /webagent_option_pack/config

    where,

    webagent_option_pack

    Defines the installed location of the Web Agent Option Pack on System 2 and System 5.

  2. Modify the WebAgent.conf file as follows:
    1. Set the EnableWebAgent parameter to YES.
    2. Modify any other configuration parameters to suit the environment for the FWS application.

    The following is a sample of a WebAgent.conf file for the FWS application:

    # WebAgent.conf - configuration file for the Federation Web Services Application
    #agentname="agent_name, IP_address"
    HostConfigFile="/web_agent_home/config/SmHost.conf"
    AgentConfigObject="agent_config_object_name"
    EnableWebAgent="YES"
    

Note: The Agent Configuration Object referenced in this WebAgent.conf file must be a new object that you create. Do not specify the object in use by the Web Agent installed in your environment.