Open the web.xml file and locate this section. You must add the section by
moving the --> at the end of the code to the first line, as shown
below:
<!-- legacy servlet properties-->
<context-param id="ContextParam_13">
<param-name>ematrix.servlet.ui</param-name>
<param-value>true</param-value>
</context-param>
<context-param id="ContextParam_14">
<param-name>ematrix.timer.agent</param-name>
<param-value>Test Everything</param-value>
</context-param>
<context-param id="ContextParam_15">
<param-name>ematrix.timer.agent.key</param-name>
<param-value></param-value>
</context-param>
<context-param id="ContextParam_16">
<param-name>ematrix.timer.interval</param-name>
<param-value>20</param-value>
</context-param>
<context-param id="ContextParam_17">
<param-name>ematrix.timer.command</param-name>
<param-value>execute program DSC_BackgroundScheduler -method
runScheduler</param-value>
</context-param>