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