A SERVICE OF

logo

108 Building a Network Access Control Solution with IBM Tivoli and Cisco Systems
The HANDLER_ATTRIBUTES parameter (Figure 5-9) establishes the URL
where the remediation handler will send the remediation request, as well as
more attributes for the remediation handler. This field has to have a form of
<attribute_name>=<value> string, as presented below:
remediation.url=http://tcmweb/SoftwarePackageServerWeb/SPServlet
Figure 5-9 Setting the remediation handler URL attribute
The REMEDIATOR_CLASS parameter (Figure 5-10) tells the policy collector
which Java class to call to handle the remediation process. This field is a
simple string and should have the value of:
com.ibm.scm.nac.tcmremed.client.TCMRemediator
Figure 5-10 Setting the remediation handler class name