Table of Contents
OLAT is fine grained configurable, and comes with reasonable default values in the olat.properties file. In the olat.local.properties
essential settings must be configured, overwriting the values from the olat.properties file (see Section 4.1, “webapp/WEB-INF/src/serviceconfig/olat.properties”).
These values are propagated to the Spring configuration files defined in the web.xml configuration file.
The web.xml is located in the webapp/WEB-INF directory. It enumerates the different Spring configuration files or locations (see Section 4.3, “webapp/WEB-INF/”).
You can plug-in your own developed stuff as defined in various xml files found under Section 4.4, “Spring read configuration files”.