Previous Topic: Guidelines for Modifying the AffiliateConfig.xml File

Next Topic: Modify the SAML Affiliate Agent Configuration

Requirement for AffiliateConfig.xml on Solaris Platforms

For Solaris systems that have Web servers installed with the SAML Affiliate Agent, the <DOCTYPE> element in the AffiliateConfig.xml file must be enclosed in comments or the Agent fails to operate.

The format to comment text out is:

<!--

commented text

-->

The beginning of the Affiliateconfig.xml file should appear as follows:

<?xml version="1.0"?>

<!--

<!DOCTYPE AffiliateConfig SYSTEM "AffiliateConfig.dtd">

-->

In general, the AffiliateConfig.xml file must use well-formed XML to operate.