Delaying the initialization of an ITE application
When it is necessary for your application to delay the initialization until other parts of your solution are initialized, you use the startup control file.
About this task
Configure the startup control file to delay the initialization of your application.
Procedure
- In the file <PathToYourApplication>/config/config.cfg, find the ite.businessLogic.group.startupControlFile parameter description
-
To enable the custom file statistics, set the parameter to on: ite.businessLogic.group.startupControlFile=initDelayFile.txt
The parameter specifies the name of a text file that delays the initialization of the ITE application. As soon as the file exists and contains the done value in the first row, the initialization begins.
You use this file to indicate completed external activities that are required before the ITE application starts its initialization, for example, creating files that are needed for the custom or deduplication initialization from a database.
The application expects the file in the control directory that you define by using the global.applicationControlDirectory parameter.