diff options
author | James Moger <james.moger@gitblit.com> | 2014-03-07 07:55:03 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-03-07 07:55:03 -0500 |
commit | 6d298ca7046b945869278992694069329eb37c1a (patch) | |
tree | 58852d17244ba4e7673ba801cf4aefad006714a2 /src/site/upgrade_war.mkd | |
parent | d68553e01d3064bbf3df25f733e3d29d1da1feca (diff) | |
download | gitblit-6d298ca7046b945869278992694069329eb37c1a.tar.gz gitblit-6d298ca7046b945869278992694069329eb37c1a.zip |
Documentation
Diffstat (limited to 'src/site/upgrade_war.mkd')
-rw-r--r-- | src/site/upgrade_war.mkd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/site/upgrade_war.mkd b/src/site/upgrade_war.mkd index 23003bed..34ffd758 100644 --- a/src/site/upgrade_war.mkd +++ b/src/site/upgrade_war.mkd @@ -15,3 +15,6 @@ If it is, move your `WEB-INF/data` folder to a location writeable by your servle 5. Manually apply any changes you made to your original web.xml file to the gitblit.properties file you copied to your data folder
6. Edit the new WAR's `WEB-INF/web.xml` file and set the *baseFolder* context parameter to your external baseFolder.
+## Upgrading Gitblit WAR (1.4.0+)
+
+The *baseFolder* context parameter has been replaced with a *baseFolder* JNDI env-entry. This means you can define the *baseFolder* from the administrative console of your servlet container and not have to manipulate anything in the web.xml file.
\ No newline at end of file |