Configure Auto Register and Auto Indexing for Multi-Server Environment

In an environment with multiple servers, the automatic indexing and automatic registering functionality can be enabled on a single server to avoid indexing and registering functionality conflicts.

  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. Locate this section to configure auto indexing: <property name="enableAutoIndex" value="false"/>
  5. To enable auto indexing, specify true under value.
    By default, the value is false.
  6. Locate this section to configure auto register: <property name="enableAutoRegister" value="false"/>
  7. To enable auto register, specify true under value.
    By default, the value is false.
  8. Save and close the file.
  9. Start Apache Tomcat service(s).