You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/28 14:10:09 UTC

svn commit: r642218 - in /maven/archiva/trunk/archiva-docs/src/site/apt/adminguide: customising-security.apt standalone.apt

Author: brett
Date: Fri Mar 28 06:10:05 2008
New Revision: 642218

URL: http://svn.apache.org/viewvc?rev=642218&view=rev
Log:
remove bogus environment variables in favour of descriptions

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

Modified: maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/customising-security.apt
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/customising-security.apt?rev=642218&r1=642217&r2=642218&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/customising-security.apt (original)
+++ maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/customising-security.apt Fri Mar 28 06:10:05 2008
@@ -9,13 +9,12 @@
 
    * <<<~/.m2/security.properties>>>
   
-   * <<<$ARCHIVA_HOME/conf/security.properties>>>
+   * <<<conf/security.properties>>> in the Archiva installation
 
    []
 
  (In the above list, <<<~>>> is the home directory of the user who is running
- Archiva, and <<<$ARCHIVA_HOME>>> is the directory where Archiva is installed,
- such as <<</opt/archiva-1.1-SNAPSHOT>>>.)
+ Archiva.)
 
 ~~TODO: Link to plexus-redback documentation when available
 
@@ -47,5 +46,5 @@
  
  <<Note:>> If installed standalone, Archiva's list of configuration files is <itself> configurable, and
  can be found in:
- <<<$ARCHIVA_HOME/apps/archiva/webapp/WEB-INF/classes/META-INF/plexus/application.xml>>>
+ <<<apps/archiva/WEB-INF/classes/META-INF/plexus/application.xml>>>
 

Modified: maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt?rev=642218&r1=642217&r2=642218&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt (original)
+++ maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/standalone.apt Fri Mar 28 06:10:05 2008
@@ -48,9 +48,9 @@
 
     * If <<<~/.m2/archiva.xml>>> exists, it is saved there
 
-    * Otherwise, it is saved to <<<$ARCHIVA_BASE/conf/archiva.xml>>>, regardless of whether it previously existed.
+    * Otherwise, it is saved to <<<$APP_BASE/conf/archiva.xml>>>, regardless of whether it previously existed.
 
-  The configuration will never be saved in <<<$ARCHIVA_HOME>>>.
+  The configuration will never be saved in the Archiva installation directory if you are using a separate base directory.
 
   Note that the configuration can be edited, but only when Archiva is not running as it will not reload a changed configuration file, and will save over it
   if something is changed in the web interface.
@@ -61,9 +61,9 @@
  to store the user information. It can be configured to use an external database
  by providing a JDBC driver and editing the <<<jetty.xml>>> file.
 
- [[1]] Place the jar containing the JDBC driver in <<<$ARCHIVA_HOME/lib>>>.
+ [[1]] Place the jar containing the JDBC driver in the <<<lib>>> directory of the Archiva installation.
 
- [[2]] Edit <<<$ARCHIVA_HOME/conf/jetty.xml>>>, providing the JDBC driver class
+ [[2]] Edit <<<conf/jetty.xml>>>, providing the JDBC driver class
  name, database url, username, and password.
 
  []