3.2

Table Of Contents
Configuring the Server Event Manager
266
The configuration file is an XML file that has the following format:
<XML>
<Events>
<Event Name=”Name of Event”>
<Action Name=”Name of Action”>
<Parameter Name=”Name of Parameter”>
Value of Parameter
</Parameter>
...
</Action>
<Parameter Name=”Name of Parameter”>
Value of Parameter
</Parameter>
...
</Event>
<Parameter Name=”Name of Parameter”>
Value of Parameter
</Parameter>
...
</Events>
</XML>
The <Events> block specifies to which events the Interplay Engine should react. The <Events>
block contains <Event> blocks that specify the names of the events that you want configured
here.
Inside each <Event> block is the <Action> block that specifies the actions to be performed
whenever an event occurs. The attribute “Name” describes which action is to be performed.