Setting Up Multiple Timer Commands on One Server

You can set up alert and notification features on one server.

  1. To set up Project Management alert and notification features on one server, use the following commands in web.xml:

    ematrix.timer.interval=84600
    ematrix.timer.command=execute program emxProjectSpace -method performTaskEscalation
    ematrix.timer.interval1=21600
    ematrix.timer.command1=execute program emxWorkspaceTimer -method performTaskEscalation

    Each timer command must have its own Interval and command line entry.

  2. Save the web.xml file.