Configuring Documentum

Users upgrading to the new version of Calyx RIM Viewing can configure Documentum by using the values from the backed up dfc.properties file.
  1. Stop the Tomcat service if it is running.
  2. Open the dfc.properties file in a text editor.
    For Tomcat, you can find the dfc.properties file in the \I4V\WEB-INF\classes subfolder of your Tomcat installation directory.
  3. In the dfc.properties file, locate the dfc.docbroker.host and dfc.docbroker.port information that determines the Documentum IP address and Port number. For example:
    • dfc.docbroker.host[0]=192.168.14.111
    • dfc.docbroker.port[0]=1111
    1. To configure multiple Documentum, increase the host[x] and port[x] numbers by 1 with each docbrokers you add.
      For the second Documentum you add in regards to the previous example, use dfc.docbroker.host[1]=192.168.14.101 & dfc.docbroker.port[1]=1020.
  4. Save the dfc.properties file and close it.
  5. Start the Tomcat service.