Setting up STAX tasks

STAX uses job, or task, definitions, in the form of XML documents. Fundamentally, these definitions allow you to specify the processes and STAF commands necessary to perform the tasks. STAX provides a wealth of expressive functionality in addition to these definitions, which makes it easy to implement, manage, track, and monitor your jobs. In this topic you set up the framework for STAX tasks.
  1. Copy STAX XML files to the staxPath configured in integration_config.xml.
  2. Create a folder structure that clarifies the tasks by categories.
    D:\stax (staxPath)
    D:\stax\sametime\installSametime.xml
    D:\stax\domino\installDomino.xml
    D:\stax\security\changePassword.xml

Feedback