-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
This commit is contained in:
Maria Odea B. Ching 2008-06-04 01:48:57 +00:00
parent 93334278f2
commit 56ed9834bc

View File

@ -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