Multiple choice technology enterprise content management

To configure an element in webtop/app.xml, you should change the value(s) in the configuration file directly.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Directly editing webtop/app.xml is not the recommended or correct way to configure elements. The framework likely provides specific configuration tools, UI interfaces, or other configuration mechanisms that should be used instead of manual file edits to maintain consistency and avoid breaking the application.

AI explanation

In layered configuration architectures like webtop's, you're not supposed to edit the base app.xml directly because upgrades will overwrite it and any customization would be lost. Instead, overrides belong in the custom application layer, which is merged with the base configuration at runtime, preserving your changes across upgrades.