mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
3cfbd5ea15
commit
6cb697b607
|
@ -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
|
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.
|
{{{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
|
* 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:
|
On Windows, to use the <<<start>>> and <<<stop>>> commands you must first install it as a service. This is done by running:
|
||||||
|
|
Loading…
Reference in New Issue