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

2005-04-01 Thread yoavs
yoavs   2005/04/01 05:52:10

  Modified:webapps/docs changelog.xml jndi-resources-howto.xml
  Log:
  Bugzilla 34248.
  
  Revision  ChangesPath
  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 -  1.278
  +++ changelog.xml 1 Apr 2005 13:52:10 -   1.279
  @@ -36,6 +36,9 @@
   34237: Added note and links to context and host 
configuration
 references in JNDI DataSources HowTo to aid the clueless. (yoavs)
 
  +  
  +34248: Update JavaMail download instructions to include 
JAF. (yoavs)
  +  
   
 
 
  
  
  
  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 -  1.9
  +++ jndi-resources-howto.xml  1 Apr 2005 13:52:10 -   1.10
  @@ -387,10 +387,13 @@
   4.  Install the JavaMail libraries
   
   http://java.sun.com/products/javamail/downloads/index.html"; 
target="_blank">
  -Download the JavaMail API.
  +Download the JavaMail API.  The JavaMail API requires the Java 
Activation
  +Framework (JAF) API as well.  The Java Activation Framework can be 
downloaded
  +from http://java.sun.com/products/javabeans/glasgow/jaf.html";>Sun's site.
  +
   
   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.
   Note: placing these jars in both common/lib and a 
  
  
  

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



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

2004-11-30 Thread yoavs
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  ChangesPath
  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 -  1.70.2.85
  +++ changelog.xml 30 Nov 2004 17:26:28 -  1.70.2.86
  @@ -26,6 +26,9 @@
 
   32377: Update MX4J dependency. (yoavs)
 
  +  
  +32454: Amended JNDI documentation for 
JavaMail/JavaActivationFramework usage. (yoavs)
  +  
   
 
   
  
  
  
  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 -  1.5.2.1
  +++ jndi-resources-howto.xml  30 Nov 2004 17:26:29 -  1.5.2.2
  @@ -420,6 +420,20 @@
   Customize the value of the mail.smtp.host parameter to
   point at the server that provides SMTP service for your network.
   
  +4.  Install the JavaMail libraries
  +
  +http://java.sun.com/products/javamail/downloads/index.html"; 
target="_blank">
  +Download the JavaMail API.
  +
  +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.
  +Note: 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.
  +
  +
   Example Application
   
   The /examples application included with Tomcat contains
  
  
  

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



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

2004-11-30 Thread yoavs
yoavs   2004/11/30 09:24:47

  Modified:webapps/docs changelog.xml jndi-resources-howto.xml
  Log:
  Bugzilla 32454 doc patch.
  
  Revision  ChangesPath
  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 -  1.188
  +++ changelog.xml 30 Nov 2004 17:24:45 -  1.189
  @@ -53,6 +53,9 @@
  
   32373: outdated installation.xml page. (yoavs)
 
  +  
  +32454: amended JNDI documentation for 
JavaMail/JavaActivationFramework usage. (yoavs)
  +  
   
 
   
  
  
  
  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 -   1.8
  +++ jndi-resources-howto.xml  30 Nov 2004 17:24:46 -  1.9
  @@ -384,6 +384,20 @@
   Customize the value of the mail.smtp.host parameter to
   point at the server that provides SMTP service for your network.
   
  +4.  Install the JavaMail libraries
  +
  +http://java.sun.com/products/javamail/downloads/index.html"; 
target="_blank">
  +Download the JavaMail API.
  +
  +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.
  +Note: 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.
  +
  +
   Example Application
   
   The /examples application included with Tomcat contains
  
  
  

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