Author: kkolinko
Date: Thu Mar 14 23:28:17 2013
New Revision: 1456716

URL: http://svn.apache.org/r1456716
Log:
Context descriptors are not created for deployed apps in Tomcat 7.
Minor tweaks.

Modified:
    tomcat/trunk/webapps/docs/deployer-howto.xml

Modified: tomcat/trunk/webapps/docs/deployer-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/deployer-howto.xml?rev=1456716&r1=1456715&r2=1456716&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/deployer-howto.xml (original)
+++ tomcat/trunk/webapps/docs/deployer-howto.xml Thu Mar 14 23:28:17 2013
@@ -101,7 +101,7 @@
                 The TCD package need not be extracted into any existing Tomcat
                 installation, it can be extracted to any location.
             </li>
-            <li>Read Using the <a href="#Deploying using the Client Deployer 
Package">
+            <li>Read Using the <a 
href="#Deploying_using_the_Client_Deployer_Package">
             Tomcat Client Deployer</a></li>
         </ol>
     </section>
@@ -171,10 +171,6 @@
             </li>
             <li>.WAR files will be deployed</li>
         </ol>
-        <p>
-            Note again that for each deployed web application, a
-            Context Descriptor will be created <i>unless one exists 
already</i>.
-        </p>
     </section>
 
     <section name="Deploying on a running Tomcat server">
@@ -289,8 +285,8 @@
                 <code>compile</code> (default): Compile and validate the web
                 application. This can be used standalone, and does not need a 
running
                 Tomcat server. The compiled application will only run on the 
associated
-                Tomcat 7.0.x server release, and is not guaranteed to work on 
another
-                Tomcat release, as the code generated by Jasper depends on its 
runtime
+                <em>Tomcat&#160;X.Y.Z</em> server release, and is not 
guaranteed to work
+                on another Tomcat release, as the code generated by Jasper 
depends on its runtime
                 component. It should also be noted that this target will also 
compile
                 automatically any Java source file located in the
                 <code>/WEB-INF/classes</code> folder of the web 
application.</li>



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

Reply via email to