Author: olamy
Date: Thu Sep 27 11:33:48 2012
New Revision: 1390944

URL: http://svn.apache.org/viewvc?rev=1390944&view=rev
Log:
since 1.4-M3 archiva runs on / context add documentation on how to change that

Modified:
    archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt

Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt?rev=1390944&r1=1390943&r2=1390944&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt Thu Sep 
27 11:33:48 2012
@@ -42,6 +42,23 @@ Installing Standalone Distribution of Ap
   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:


Reply via email to