James Moger
2015-12-03 0aecfc10a08474a8ae19c2a46ea9ed77d75b2f6e
src/site/setup_war.mkd
@@ -31,3 +31,8 @@
1. Open TOMCAT_HOME/conf/context.xml
2. Insert an *Environment* node within the *Context* node.<pre>&lt;Environment name="baseFolder" type="java.lang.String" value="c:/projects/git/gitblit/data" override="false" /&gt;</pre>
### Including Other Properties
SINCE 1.7.0
Gitblit supports loading it's settings from multiple properties files.  You can achieve this using the `include=filename` key.  This setting supports loading multiple files using a *comma* as the delimiter.  They are processed in the order defined and they may be nested (i.e. your included properties may include properties, etc, etc).