Specify the Submission Status Update Time Interval

When the status of a submission is changed in Calyx RIM, a notification file with the renewed status information is created in the DataExchangeExport folder (in the Calyx RIM deployment). Calyx RIM Viewing monitors the DataExchangeExport folder for a new notification file and updates the submission status values in the Calyx RIM Viewing database appropriately. A time interval can be specified for the communication to take place between Calyx RIM Viewing and InSight applications.
  1. Stop the Apache Tomcat service(s).
  2. 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.
  3. Open the config.xml file in a text or XML editor.
  4. To set the submission status time interval, modify the time (milliseconds) value on the property element for " threadSleepTimeForDataExchange":
    <property name="threadSleepTimeForDataExchange" value="7200000"/> where <7200000> is the default value in milliseconds.
    7200000 milliseconds = 120 minutes, which means that Calyx RIM Viewing looks for a new notification file every 2 hours. The Liquent InSight for Viewing application will look for a new notification file at the frequency determined by this value.
    The Calyx RIM Viewing application will look for a new notification file at the frequency determined by this value.
  5. Save and close the file.
  6. Start the Apache Tomcat service(s).