Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
mbtbatch [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== MBatch - Batch Model Execution ==== | ||
| - | MbtBatch tag is the root tag in the batch configuration. It contains one " | ||
| - | * logger - name of the log4J appender, e.g. com.webmbt.client. Log4J config file is located at " | ||
| - | * timeout - timeout in minutes for the entire batch | ||
| - | * parallels - max number of groups can be executed concurrently. This number can not be greater than the number of users licensed. | ||
| - | * port - TestOptimal server port number, e.g. 8888 | ||
| - | * userid - default user id to be used to access all models in [[ExecItem|ExecItem]] tag in this batch. You may override this user id for a specific [[ExecItem|ExecItem]]. | ||
| - | * password - default password to be used to access all models in [[ExecItem|ExecItem]] tag in this batch. You may override this password for a specific [[ExecItem|ExecItem]]. | ||
| - | * javaMailFrom - the from address of the email notification to be sent when this batch is completed. | ||
| - | * email - email address to send the batch completion notification. Requires definition of " | ||
| - | * subject - the email subject | ||