yoavs       2004/11/30 09:26:29

  Modified:    webapps/docs Tag: TOMCAT_5_0 changelog.xml
                        jndi-resources-howto.xml
  Log:
  Bugzilla 32454 doc patch
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.70.2.86 +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.70.2.85
  retrieving revision 1.70.2.86
  diff -u -r1.70.2.85 -r1.70.2.86
  --- changelog.xml     24 Nov 2004 19:02:35 -0000      1.70.2.85
  +++ changelog.xml     30 Nov 2004 17:26:28 -0000      1.70.2.86
  @@ -26,6 +26,9 @@
         <fix>
           <bug>32377</bug>: Update MX4J dependency. (yoavs)
         </fix>
  +      <update>
  +        <bug>32454</bug>: Amended JNDI documentation for 
JavaMail/JavaActivationFramework usage. (yoavs)
  +      </update>
       </changelog>
     </subsection>
   
  
  
  
  1.5.2.2   +14 -0     
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.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- jndi-resources-howto.xml  21 Aug 2004 15:50:07 -0000      1.5.2.1
  +++ jndi-resources-howto.xml  30 Nov 2004 17:26:29 -0000      1.5.2.2
  @@ -420,6 +420,20 @@
       Customize the value of the <code>mail.smtp.host</code> parameter to
       point at the server that provides SMTP service for your network.</p>
   
  +    <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>
  +
  +    <p>This download includes 2 vital libraries for the configuration; 
  +    activation.jar and mail.jar. Unpackage the JavaMail distribution 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 
  +    web application's lib folder will cause an error, so ensure you have
  +    them in the $CATALINA_HOME/common/lib location only.
  +    </p>
  +
       <h3>Example Application</h3>
   
       <p>The <code>/examples</code> application included with Tomcat contains
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to