Cisco Cisco Collaboration Server Dynamic Content Adapter

Page of 223
DCA 2.01 Administration and Configuration Guide 
How to Use the RemoteMonitor Properties File   48 
How to Use the RemoteMonitor Properties File 
After you create a remote listener class, use the RemoteMonitor.properties file to 
add it to the list of remote listeners that monitor DCA events. 
To Add a Remote Listener Class 
To add a remote listener class: 
1.  In the Admin Tool, select Configuration > RemoteMonitor. 
2.  For each listener you want to add, on a separate line, specify its Java class name 
as follows: 
listener1.class = <class name>
 
listener2.class = <class name>
 
listener3.class = <class name>
 
3.  If desired, you can also modify ServerStatInterval to change the interval 
between which DCA statistics are sent to listeners.  
Specify the value in milliseconds. The default is 300000 (5 minutes). 
4.  Click Submit.  
See Also 
For related information, see: 
How to Implement Remote Monitoring 
How to Access the Admin Tool