You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2005/04/01 15:52:10 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml jndi-resources-howto.xml

yoavs       2005/04/01 05:52:10

  Modified:    webapps/docs changelog.xml jndi-resources-howto.xml
  Log:
  Bugzilla 34248.
  
  Revision  Changes    Path
  1.279     +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.278
  retrieving revision 1.279
  diff -u -r1.278 -r1.279
  --- changelog.xml	31 Mar 2005 10:31:54 -0000	1.278
  +++ changelog.xml	1 Apr 2005 13:52:10 -0000	1.279
  @@ -36,6 +36,9 @@
           <bug>34237</bug>: Added note and links to context and host configuration
             references in JNDI DataSources HowTo to aid the clueless. (yoavs)
         </update>
  +      <update>
  +        <bug>34248</bug>: Update JavaMail download instructions to include JAF. (yoavs)
  +      </update>
       </changelog>
     </subsection>
     
  
  
  
  1.10      +5 -2      jakarta-tomcat-catalina/webapps/docs/jndi-resources-howto.xml
  
  Index: jndi-resources-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jndi-resources-howto.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jndi-resources-howto.xml	30 Nov 2004 17:24:46 -0000	1.9
  +++ jndi-resources-howto.xml	1 Apr 2005 13:52:10 -0000	1.10
  @@ -387,10 +387,13 @@
       <h3>4.  Install the JavaMail libraries</h3>
   
       <p><a href="http://java.sun.com/products/javamail/downloads/index.html" target="_blank">
  -    Download the JavaMail API</a>.</p>
  +    Download the JavaMail API</a>.  The JavaMail API requires the Java Activation
  +    Framework (JAF) API as well.  The Java Activation Framework can be downloaded
  +    from <a href="http://java.sun.com/products/javabeans/glasgow/jaf.html">Sun's site</a>.
  +    </p>
   
       <p>This download includes 2 vital libraries for the configuration; 
  -    activation.jar and mail.jar. Unpackage the JavaMail distribution and place 
  +    activation.jar and mail.jar. Unpackage both distributions and place 
       them into $CATALINA_HOME/common/lib so that they are available to
       Tomcat during the initialization of the mail Session Resource.
       <strong>Note:</strong> placing these jars in both common/lib and a 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org