Overview

Top  Previous  Next

The root directory of the MoreMotion configuration files is {APPLICATION_PATH}/WEB-INF/MM-INF/config

 

The names of the configuration files are not significant with the following exceptions.

1.sysinfo.xml is the system parameters configuration file.
2.Page configuration files. There has to be an identically named page configuration file under config/pages directory for each page XSL stylesheet.

pageconfig

Note that a MoreMotion page consists of two documents; a XSL stylesheet and a configuration XML. For example the "products" page in the above figure is represented by the following documents.

1."{APPLICATION_PATH}/products.xsl" stylesheet
2."{APPLICATION_PATH}/WEB-INF/MM-INF/config/pages/products.xml" configuration file

configdirs