diff options
author | Brett Porter <brett@apache.org> | 2011-12-16 13:23:41 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-12-16 13:23:41 +0000 |
commit | aee64c8a47d6ddb709c95185aad9d1dd38a94947 (patch) | |
tree | 7ad3c4f58a87f2b112b37a84e8333c02ebf01b6e /archiva-docs | |
parent | 8c93dc5c592fb2e8ceaaef493ec29ef966133567 (diff) | |
download | archiva-aee64c8a47d6ddb709c95185aad9d1dd38a94947.tar.gz archiva-aee64c8a47d6ddb709c95185aad9d1dd38a94947.zip |
docs for temp directory and Jetty upgrade
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/standalone.apt | 5 | ||||
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/upgrade.apt | 11 |
2 files changed, 15 insertions, 1 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/standalone.apt b/archiva-docs/src/site/apt/adminguide/standalone.apt index 4b1e28f20..208521e0f 100644 --- a/archiva-docs/src/site/apt/adminguide/standalone.apt +++ b/archiva-docs/src/site/apt/adminguide/standalone.apt @@ -69,7 +69,10 @@ Installing Standalone Distribution of Apache Archiva 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. diff --git a/archiva-docs/src/site/apt/adminguide/upgrade.apt b/archiva-docs/src/site/apt/adminguide/upgrade.apt index ca17bec26..cff33e804 100644 --- a/archiva-docs/src/site/apt/adminguide/upgrade.apt +++ b/archiva-docs/src/site/apt/adminguide/upgrade.apt @@ -62,6 +62,17 @@ Upgrading Archiva that in Archiva 1.4+ you must use the <<<org.apache.archiva>>> configuration search path instead of <<<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 Since Archiva 1.2.2, the Jetty version has been upgraded to 6.1.19. |