summaryrefslogtreecommitdiffstats
path: root/src/site/upgrade_express.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-07-14 11:25:09 -0400
committerJames Moger <james.moger@gitblit.com>2013-07-14 11:39:05 -0400
commit044549d7c39780f19326ff1492aa818ad51a8d48 (patch)
tree2e8301aac3dfbf63dd08c21034070f911e09e6b8 /src/site/upgrade_express.mkd
parent5e3771786cf17ccb74911afac298caafd6f0da04 (diff)
downloadgitblit-044549d7c39780f19326ff1492aa818ad51a8d48.tar.gz
gitblit-044549d7c39780f19326ff1492aa818ad51a8d48.zip
Documentation
Diffstat (limited to 'src/site/upgrade_express.mkd')
-rw-r--r--src/site/upgrade_express.mkd14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/site/upgrade_express.mkd b/src/site/upgrade_express.mkd
new file mode 100644
index 00000000..103cfc9a
--- /dev/null
+++ b/src/site/upgrade_express.mkd
@@ -0,0 +1,14 @@
+## Upgrading Gitblit Express
+
+1. Make a backup copy of */deployments/ROOT.war/WEB-INF/web.xml*
+2. Delete your */deployments/ROOT.war* and then copy the new */deployments/ROOT.war* from the archive.
+3. Diff your backup copy of web.xml with the pristine one you copied as part of */deployments/ROOT.war* and apply any necessary changes.
+
+These steps are necessary to ensure that you end up using the specified libraries and resources for the new version. Otherwise you could end up with a hybrid filesystem that would make it difficult to troubleshoot. It is important to note that the web.xml file contains both your default settings AND application configuration. Not updating the web.xml is just a likely to create problems as making a hybrid filesystem.
+
+### 1.3.0 web.xml
+
+- Added LogoServlet
+- Added SparkleShareInviteServlet
+- Added EnforceAuthenticationFilter
+- Moved GitServlet \ No newline at end of file