How Do I Configure the Broker to Automatically Load an Application? (Magic xpa 4.x)
[APPLICATIONS_LIST]
Online = MgxpaStudio.exe /DeploymentMode=T,C:\Program Files\MSE\Magic xpa x.x,,,0,0
App1 = MgxpaRuntime.exe /DeploymentMode=B /StartApplication=C:\OrderProc\Orders.ecf,C:\Program Files\MSE\Magic xpa x.x 1.0,,,0,0
If you want an application to be automatically loaded, you can enter it in the [APPLICATIONS_LIST] section of the mgrb.ini. The example above loads the studio and a runtime application.
The syntax is:
EXE_ENTRY_NAME=<command>[<work dir>],[<username>], [<password>],[<number of times to perform upon broker initialization>],[<maximum number of engines>]
If [<number of times to perform upon broker initialization>] is set to 1, then it will load one instance of the declared application.