You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linzhixing edited this page Apr 29, 2014
·
7 revisions
Configuration architecture
CMIS server is based on Spring framework, and all of the configuration setting is centralized in Spring propertyConfigurator.
Property files can be overwritten. They are overwritten in the following order. (More below, more precedent.)
For the detail, please see <SOURCE_PATH>/nemakiware/src/main/webapp/WEB-INF/classes/propertyContextxml.
<SOURCE_PATH>/nemakiware/src/main/webapp/WEB-INF/classes/nemakiware.properties (and some other sub property files)
<SOURCE_PATH>/nemakiware/src/main/resources/custom-nemakiware.properties
(If NemakiWare works in production Tomcat environment:)