summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-03-28 15:33:22 +0000
committerBrett Porter <brett@apache.org>2008-03-28 15:33:22 +0000
commit1cc89bee0d7e297c1c02d38d32090aa1ed655010 (patch)
tree8521aa975a25c9806a8397969a8ed965b6e7aac1
parentee2df2bb6f533f01754edea0c61a05cddd7ff403 (diff)
downloadarchiva-1cc89bee0d7e297c1c02d38d32090aa1ed655010.tar.gz
archiva-1cc89bee0d7e297c1c02d38d32090aa1ed655010.zip
[MRM-656] documentation adjustments
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-1.0.x@642263 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-docs/src/site/apt/adminguide/webapp.apt6
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/webapp.apt b/archiva-docs/src/site/apt/adminguide/webapp.apt
index c0b4fb1e3..c622072a9 100644
--- a/archiva-docs/src/site/apt/adminguide/webapp.apt
+++ b/archiva-docs/src/site/apt/adminguide/webapp.apt
@@ -45,11 +45,11 @@ To deploy Archiva on Tomcat 5.5 and Tomcat 6.0
</Context>
+-------------------------------------------------------------------------+
- * Install <<<derby-10.1.3.1.jar>>> and <<<mail-1.4.jar>>> into the Tomcat <<<common/lib>>>. This is required since the data sources are
- instantiated before the web application.
+ * 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.
+ 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
- few other classes. JNDI mail sessions will <not> work. Use Tomcat 5.5.17
+ few other classes. JNDI mail sessions will <not> work. Use Tomcat 5.5.25
instead, or see {{{http://issues.apache.org/bugzilla/show_bug.cgi?id=40668}
Bug 40668}} for a workaround.