Permitted users can add an attachment to their comments in
Calyx RIM Viewing. You have the option to configure the system so these attachments can be stored in a specific folder.
Use this procedure to specify the location and name of the folder that stores attachments.
Specifying the location for the attachments folder is optional.
-
Stop the Apache Tomcat service(s).
-
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.
-
Enter the desired location for the attachments folder to the
<property name="attachmentsLocation" value="C:\\data\\attachments"> element to store attachments.
The default location is
C:\\data\\attachments.
-
Save and close the file.
-
Start the Apache Tomcat service(s).