docs for temp directory and Jetty upgrade

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2011-12-16 13:23:41 +00:00
parent 8c93dc5c59
commit aee64c8a47
2 changed files with 15 additions and 1 deletions

View File

@ -69,7 +69,10 @@ Installing Standalone Distribution of Apache Archiva
This is achieved by the following steps: This is achieved by the following steps:
[[1]] Create the base location. For example, you might install Archiva in <<</opt/archiva-1.4>>> and the data in <<</var/archiva>>>. Create the directories <<</var/archiva/logs>>>, <<</var/archiva/data>>> and <<</var/archiva/conf>>>. [[1]] Create the base location. For example, you might install Archiva in
<<</opt/archiva-1.4>>> and the data in <<</var/archiva>>>. Create the
directories <<</var/archiva/logs>>>, <<</var/archiva/data>>>,
<<</var/archiva/temp>>> and <<</var/archiva/conf>>>.
[[2]] Move the configuration files from the Archiva installation (e.g. <<</opt/archiva-1.4/conf>>> to the new location (e.g. <<</var/archiva/conf>>>). If you've previously run Archiva, you may need to edit <<<conf/archiva.xml>>> to change the location of the repositories. [[2]] Move the configuration files from the Archiva installation (e.g. <<</opt/archiva-1.4/conf>>> to the new location (e.g. <<</var/archiva/conf>>>). If you've previously run Archiva, you may need to edit <<<conf/archiva.xml>>> to change the location of the repositories.

View File

@ -62,6 +62,17 @@ Upgrading Archiva
that in Archiva 1.4+ you must use the <<<org.apache.archiva>>> configuration search path instead of that in Archiva 1.4+ you must use the <<<org.apache.archiva>>> configuration search path instead of
<<<org.apache.maven.archiva>>>. <<<org.apache.maven.archiva>>>.
** Updated Jetty configuration
If you are using the Jetty standalone configuration with a custom
<<<jetty.xml>>>, note that it has been upgraded to Jetty 7 as of Archiva 1.4-M2.
You will need to recreate your customisations using the <<<jetty.xml>>> shipped
with Archiva.
In addition, you now need to ensure that a <<<temp>>> directory is created
inside the Archiva application base directory (alongside <<<conf>>>, <<<data>>>
and <<<logs>>>).
* Upgrading Archiva to 1.2.2 * Upgrading Archiva to 1.2.2
Since Archiva 1.2.2, the Jetty version has been upgraded to 6.1.19. Since Archiva 1.2.2, the Jetty version has been upgraded to 6.1.19.