AutoVue Integration

Adapt the AutoVue integration framework setting

  The AutoVue integration framework supports some configuration settings to control the metafile caching and the communication trace. The settings can be configured within the vuelink.properties file in the WEB-INF/lib folder of the AutoVue integration web application.
  # Set to 'false' if you want to disable saving back metafile into the Agile EDM system
# default is 'true'.
MetafileCheckin=true

# Set to 'false' if you want to disable automatic validation of metafiles.
# default is 'true'.
ValidateMetafile=true

# Set to 'true' if you want to enable logging
# default is 'false'.
Verbose=true

Please note that you need to restart your web application after any modification to the vuelink.properties file!