Previous Topic: Artifact Federation

Next Topic: Integrating With CA SiteMinder

Enable Artifact Federation

If you want to use artifacts federation, perform the following procedure on all CA EEM Servers in a failover setup.

Enable artifact federation

  1. Stop the iGateway service.
  2. Locate and open the iPoz.conf file from the following location:
    Windows

    %IGW_LOC%

    UNIX or Linux

    $IGW_LOC

  3. Edit the following tag:
    <ArtifactManager SessionTimeout="10" RequestTimeout="30"ArtifactStore="local/federated"></ArtifactManager>
    
    Where
    SessionTimeOut

    Specifies the expiry time in minutes for an exported session.

    Default: 10 minutes

    RequestTimeOut

    Specifies the expiry time in minutes for a launch request.

    Default: 30 minutes

    Store

    Specifies the storage location of artifacts. If the value is mentioned as local, the artifacts from one CA EEM Server are not available on other CA EEM Servers in the failover setup. For artifacts to be available on all CA EEM Servers, set the value for this parameter as federated.

    Value: [local | federated]

    Default: local

    Note: The SessionTimeOut and RequestTimeOut parameters are also present in the eiam.conf file. If you specify these parameters in the eiam.conf file, the values from eiam.conf file take precedence.

  4. Save and close the file.
  5. Start the iGateway services.

    The artifact federation is enabled.