Author: markt
Date: Wed Jun 13 14:47:14 2012
New Revision: 1349887

URL: http://svn.apache.org/viewvc?rev=1349887&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53403
Correct specification version reference to include new specification versions

Modified:
    tomcat/trunk/webapps/docs/appdev/deployment.xml

Modified: tomcat/trunk/webapps/docs/appdev/deployment.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/deployment.xml?rev=1349887&r1=1349886&r2=1349887&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/appdev/deployment.xml (original)
+++ tomcat/trunk/webapps/docs/appdev/deployment.xml Wed Jun 13 14:47:14 2012
@@ -102,8 +102,8 @@ application's "document root" directory:
     application, such as third party class libraries or JDBC drivers.</li>
 </ul>
 
-<p>When you install an application into Tomcat (or any other
-2.2/2.3-compatible server), the classes in the <code>WEB-INF/classes/</code>
+<p>When you install an application into Tomcat (or any other 2.2 or later
+Servlet container), the classes in the <code>WEB-INF/classes/</code>
 directory, as well as all classes in JAR files found in the
 <code>WEB-INF/lib/</code> directory, are made visible to other classes
 within your particular web application.  Thus, if



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to