Bug 50303 - typo, improvements to Tomcat 6 doc
Summary: typo, improvements to Tomcat 6 doc
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL: http://tomcat.apache.org/tomcat-6.0-d...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-19 12:32 UTC by Tilman Hausherr
Modified: 2010-11-19 13:51 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tilman Hausherr 2010-11-19 12:32:17 UTC
Hello,

1)
In 
http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html#JavaMail_Sessions
please correct
message.setFrom(new InternetAddress(request.getParameter("from"));
to
message.setFrom(new InternetAddress(request.getParameter("from")));

2)
"The Java Activation Framework can be downloaded from Sun's site." isn't correct, the link goes nowhere. According to Oracle, JAF is part of java SE 6.
http://java.sun.com/products/javamail/javamail-1_4_2.html

3)
After "4. Install the JavaMail libraries", and "1. Install Your JDBC Driver" you might want to mention "restart tomcat".

Tilman Hausherr
Comment 1 Mark Thomas 2010-11-19 13:28:05 UTC
typo == bug
Comment 2 Mark Thomas 2010-11-19 13:51:46 UTC
Thanks for the report. This has been fixed in 7.0.x and 6.0.x and will be included in 7.0.5 and 6.0.30 onwards.