Configure EDMS Temporary Location

When applications are added from the Electronic Document Management System (EDMS) system using the Add Application feature, by default a copy of these applications are stored on the local drive within a folder named EDMSTemp. You can define a new location for the EDMSTemp folder by specifying the path in the config.xml file.

  1. Stop the Apache Tomcat service(s) if it is running.
  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. Locate the section: <property  name="edmsTempLocation" value="C:\\data\\EDMSTemp"/>
  5. Specify the desired location under value in place of the default location (C:\\data\\EDMSTemp).
  6. Save and close the file.
  7. Start the Apache Tomcat service(s).