You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/01/19 20:19:46 UTC

svn commit: r1435645 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/appdev/deployment.xml

Author: kkolinko
Date: Sat Jan 19 19:19:46 2013
New Revision: 1435645

URL: http://svn.apache.org/viewvc?rev=1435645&view=rev
Log:
CTR: docs
Merged revision 1435642 from tomcat/trunk:
Correct broken sentence.
There are no loggers in Tomcat 7.
An XML parser is not bundled, as it is now provided by JRE.

Modified:
    tomcat/tc6.0.x/trunk/   (props changed)
    tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml

Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1435642

Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml?rev=1435645&r1=1435644&r2=1435645&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml Sat Jan 19 19:19:46 2013
@@ -138,9 +138,6 @@ of pre-installed shared library files, i
 <ul>
 <li>The <em>Servlet 2.5</em> and <em>JSP 2.1</em> APIs that are fundamental
     to writing servlets and JavaServer Pages.<br/><br/></li>
-<li>An <em>XML Parser</em> compliant with the JAXP (version 1.2) APIs, so
-    your application can perform DOM-based or SAX-based processing of
-    XML documents.<br/><br/></li>
 </ul>
 
 </section>
@@ -177,10 +174,11 @@ the order defined by the DTD (see Sectio
 <section name="Tomcat Context Descriptor">
 
 <p>A /META-INF/context.xml file can be used to define Tomcat specific
-configuration options, such as loggers, data sources, session manager
+configuration options, such as an access log, data sources, session manager
 configuration and more. This XML file must contain one Context element, which
 will be considered as if it was the child of the Host element corresponding
-to the Host to which the  The Tomcat configuration documentation contains
+to the Host to which the web application is being deployed. The
+<a href="../config/index.html">Tomcat configuration documentation</a> contains
 information on the Context element.</p>
 
 </section>



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