aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-09-27 11:33:48 +0000
committerOlivier Lamy <olamy@apache.org>2012-09-27 11:33:48 +0000
commit6cb697b607b9b613184ea8c512080361de892600 (patch)
tree00e9212d062af7f1de7c4355242f421f265bafc2 /archiva-docs
parent3cfbd5ea15d98f89a015d31f49440ed1415f02f2 (diff)
downloadarchiva-6cb697b607b9b613184ea8c512080361de892600.tar.gz
archiva-6cb697b607b9b613184ea8c512080361de892600.zip
since 1.4-M3 archiva runs on / context add documentation on how to change that
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r--archiva-docs/src/site/apt/adminguide/standalone.apt17
1 files changed, 17 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/standalone.apt b/archiva-docs/src/site/apt/adminguide/standalone.apt
index 56ca1feae..533e9dec6 100644
--- a/archiva-docs/src/site/apt/adminguide/standalone.apt
+++ b/archiva-docs/src/site/apt/adminguide/standalone.apt
@@ -42,6 +42,23 @@ Installing Standalone Distribution of Apache Archiva
when you run the Archiva binaries in Solaris. You need to use a different version of <<<tr>>> in order to get it to work. See
{{{http://jira.codehaus.org/browse/MRM-1467} MRM-1467}} for more details.
+ <<NOTE>>: since 1.4-M3 Archiva is now available on / (ROOT) context.
+
+ If you want to use an other context path, you must edit the file in contexts/archiva.xml
+
++---
+<Configure class="org.eclipse.jetty.webapp.WebAppContext">
+
+ <!-- contextPath used -->
+ <Set name="contextPath">/</Set>
+ <Set name="war"><SystemProperty name="jetty.home" default="."/>/apps/archiva</Set>
+
+ <Set name="extractWAR">false</Set>
+ <Set name="copyWebDir">false</Set>
+
+</Configure>
++---
+
* Installing as a Service on Windows
On Windows, to use the <<<start>>> and <<<stop>>> commands you must first install it as a service. This is done by running: