Set Asynchronous Registration Value
By default, when the Submission registration is in process you cannot perform any other operation in Ennov InSight Viewing. However, if you set the Asynchronous Registration value to "true" in the config.xml file, you can perform any operation while the registration process is underway, and receive an e-mail notification once the process is complete.
If the Asynchronous Registration value is set to "false", you will not be able to perform any other operation until the process is completed.
- Stop the Apache Tomcat service(s) if it is running.
- Locate the config.xml file.
— For Tomcat, you can find the config.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
- Open the config.xml file in a text or XML editor.
- Set the value on the <property name="Asynchronous_registration"> element.
— To enable the asynchronous option, locate the <property name="Asynchronous_registration"> element and assign the value to "True".
— To receive e-mail notification, add an e-mail address to the <asynchronous_app_register_mail_list> element.
— To disable asynchronous option, locate the <property name="Asynchronous_registration"> element and assign the value to "False".
- Save and close the file.
- Start the Apache Tomcat service(s).
