diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-06-04 01:48:57 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-06-04 01:48:57 +0000 |
commit | 56ed9834bc114fbf38878c45ecf85efbabda1b6d (patch) | |
tree | d680604724249f3574646bebc334e73cb8e28a31 /archiva-docs | |
parent | 93334278f22dec9aaf6b8f8e923d16619a8d8bfe (diff) | |
download | archiva-56ed9834bc114fbf38878c45ecf85efbabda1b6d.tar.gz archiva-56ed9834bc114fbf38878c45ecf85efbabda1b6d.zip |
-add activation-1.1.jar in tomcat lib when installing archiva as a webapp (the jar is needed when creating a new user--sending of
validation email)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/webapp.apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/webapp.apt b/archiva-docs/src/site/apt/adminguide/webapp.apt index 3c3270930..d2242c537 100644 --- a/archiva-docs/src/site/apt/adminguide/webapp.apt +++ b/archiva-docs/src/site/apt/adminguide/webapp.apt @@ -45,7 +45,7 @@ To deploy Archiva on Tomcat 5.5 and Tomcat 6.0 </Context> +-------------------------------------------------------------------------+ - * Install <<<derby-10.1.3.1.jar>>> (or later) and <<<mail-1.4.jar>>> into the Tomcat 5.5 <<<common/lib>>> or Tomcat 6.0 <<<lib>>> directory. + * Install <<<derby-10.1.3.1.jar>>> (or later), <<<activation-1.1.jar>>> and <<<mail-1.4.jar>>> into the Tomcat 5.5 <<<common/lib>>> or Tomcat 6.0 <<<lib>>> directory. This is required since the data sources are instantiated before the web application. <<Note>>: Tomcat 5.5.20 and 5.5.23 are missing MailSessionFactory and a |