From b77677b6d93c69b078a484e84ef84c0ccf2ef771 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 20 Oct 2014 09:40:31 -0400
Subject: [PATCH] Documentation updates

---
 src/site/setup_war.mkd |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/site/setup_war.mkd b/src/site/setup_war.mkd
index 94309b1..a060bae 100644
--- a/src/site/setup_war.mkd
+++ b/src/site/setup_war.mkd
@@ -4,8 +4,7 @@
 2. You may have to manually extract the WAR (zip file) to a folder within your webapps folder.
 3. By default, the Gitblit webapp is configured through `WEB-INF/data/gitblit.properties`.
 Open `WEB-INF/data/gitblit.properties` in your favorite text editor and make sure to review and set:
-    - &lt;context-parameter&gt; *git.packedGitLimit* (set larger than the size of your largest repository)
-    - &lt;context-parameter&gt; *git.streamFileThreshold* (set larger than the size of your largest committed file)
+    - *git.packedGitLimit* (set larger than the size of your largest repository)
 4. You may have to restart your servlet container. 
 5. Open your browser to <http://localhost/gitblit> or whatever the url should be.
 6. Enter the default administrator credentials: **admin / admin** and click the *Login* button  
@@ -18,11 +17,15 @@
 
 After you configure baseFolder and restart your container, Gitblit will copy the contents of the `WEB-INF/data` folder to your specified *baseFolder* **IF** the file `${baseFolder}/gitblit.properties` does not already exist.  This allows you to get going with minimal fuss.
 
-#### Specifying baseFolder through web.xml
+#### Specifying baseFolder via GITBLIT_HOME
+
+You can specify `GITBLIT_HOME` either as an environment variable or as a `-DGITBLIT_HOME` JVM system property.
+
+#### Specifying baseFolder via web.xml
 
 You may specify an external location for your data by directly editing `WEB-INF/web.xml` and manipulating the *baseFolder* env-entry.  Your servlet container may be smart enough to recognize the change and to restart Gitblit.
 
-#### Specifying baseFolder through JNDI
+#### Specifying baseFolder via JNDI
 
 This is a better way to configure your *baseFolder* because it survives WAR redeploys or deployments of new versions.  These directions assume you are running Tomcat as your container, other containers may have different ways to specify global JNDI environment entries.
 

--
Gitblit v1.9.1