This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 2c4d47d0b7 Remove reference to example removed in Tomcat 5.0.x
2c4d47d0b7 is described below

commit 2c4d47d0b7819984be7b3d2f071fbcc14975aca4
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Sep 4 11:10:46 2025 +0100

    Remove reference to example removed in Tomcat 5.0.x
---
 webapps/docs/jndi-resources-howto.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/webapps/docs/jndi-resources-howto.xml 
b/webapps/docs/jndi-resources-howto.xml
index 5cc4bb03bc..ab98b1eedf 100644
--- a/webapps/docs/jndi-resources-howto.xml
+++ b/webapps/docs/jndi-resources-howto.xml
@@ -754,23 +754,6 @@ Transport.send(message);]]></source>
     <p>For the additional JAR to be visible to Tomcat, it is necessary for the
     Tomcat instance to be restarted.</p>
 
-
-    <h5>Example Application</h5>
-
-    <p>The <code>/examples</code> application included with Tomcat contains
-    an example of utilizing this resource factory.  It is accessed via the
-    "JSP Examples" link.  The source code for the servlet that actually
-    sends the mail message is in
-    <code>/WEB-INF/classes/SendMailServlet.java</code>.</p>
-
-    <p><strong>WARNING</strong> - The default configuration assumes that there
-    is an SMTP server listing on port 25 on <code>localhost</code>. If this is
-    not the case, edit the
-    <a href="config/context.html"><code>&lt;Context&gt;</code></a> element for
-    this web application and modify the parameter value for the
-    <code>mail.smtp.host</code> parameter to be the host name of an SMTP server
-    on your network.</p>
-
   </subsection>
 
   <subsection name="JDBC Data Sources">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to