Creating Configuration Manager

Canvas provides an organized manner to arrange the entire web application related configurations. The entire configuration is treated as a hierarchy of information using the property files that they contain logically and module-based grouping of content.

Configuration Manager allows the developer to set up configurations related to security, database, caching, multilingual, and export that are driven through the specific properties files.

All the configurations can be initialized through the servlet class, which you added as start-up servlet in the web.xml file.

Refer the following topics: