You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2001/03/30 23:23:25 UTC

cvs commit: jakarta-tomcat-4.0 README.txt

craigmcc    01/03/30 13:23:25

  Modified:    .        README.txt
  Log:
  Add a note about downloading JavaMail and the activation framework in order
  to build the mail-related object factories.
  
  Revision  Changes    Path
  1.15      +5 -0      jakarta-tomcat-4.0/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/README.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- README.txt	2001/03/24 01:23:21	1.14
  +++ README.txt	2001/03/30 21:23:24	1.15
  @@ -43,6 +43,11 @@
     installed the distribution.  None of the standard JNDI providers are required
     unless you need them in your own applications.
   
  +* If you want to have support for the JavaMail object factories, you must
  +  download the JavaMail (Version 1.2 or later) and Java Activation Framework
  +  (Version 1.0.1 or later), and make sure that the "mail.jar" and
  +  "activation.jar" files, respectively, are on your CLASSPATH.
  +
   * If you want to build in support for JNDI JDBC DataSources you need to
     download the following packages and put their jar files in your classpath.