yoavs       2004/11/30 09:24:47

  Modified:    webapps/docs changelog.xml jndi-resources-howto.xml
  Log:
  Bugzilla 32454 doc patch.
  
  Revision  Changes    Path
  1.189     +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.188
  retrieving revision 1.189
  diff -u -r1.188 -r1.189
  --- changelog.xml     29 Nov 2004 23:00:30 -0000      1.188
  +++ changelog.xml     30 Nov 2004 17:24:45 -0000      1.189
  @@ -53,6 +53,9 @@
         <fix> 
           <bug>32373</bug>: outdated installation.xml page. (yoavs)
         </fix>
  +      <update>
  +        <bug>32454</bug>: amended JNDI documentation for 
JavaMail/JavaActivationFramework usage. (yoavs)
  +      </update>
       </changelog>
     </subsection>
   
  
  
  
  1.9       +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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jndi-resources-howto.xml  1 Sep 2004 22:04:27 -0000       1.8
  +++ jndi-resources-howto.xml  30 Nov 2004 17:24:46 -0000      1.9
  @@ -384,6 +384,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