Author: kkolinko Date: Sun Jun 24 11:46:22 2012 New Revision: 1353249 URL: http://svn.apache.org/viewvc?rev=1353249&view=rev Log: Correct typos in documentation
Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml?rev=1353249&r1=1353248&r2=1353249&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Sun Jun 24 11:46:22 2012 @@ -332,7 +332,7 @@ are automatically compiled as part of th </p> <p> -At the jasper2 task you can use the option <code>addWebXmlMappings</code> for +At the jasper task you can use the option <code>addWebXmlMappings</code> for automatic merge the <code>${webapp.path}/WEB-INF/generated_web.xml</code> with the current web application deployment descriptor at <code>${webapp.path}/WEB-INF/web.xml</code>. When you want to use Java 5 Modified: tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml?rev=1353249&r1=1353248&r2=1353249&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml Sun Jun 24 11:46:22 2012 @@ -90,7 +90,7 @@ controlRole tomcat <section name="Manage Tomcat with JMX remote Ant Tasks"> <p>To simplify JMX usage with Ant 1.6.x, a set of tasks is provided that may be used with antlib.</p> - <p><b>antlib</b>Copy your catalina-ant.jar from $CATALINA_HOME/lib to $ANT_HOME/lib.</p> + <p><b>antlib</b>: Copy your catalina-ant.jar from $CATALINA_HOME/lib to $ANT_HOME/lib.</p> <p>The following example shows the JMX Accessor usage:</p> <table border="1"> <tr><td><p><pre> @@ -193,7 +193,7 @@ controlRole tomcat <p><b>import:</b> Import the JMX Accessor Project with <em><import file="${CATALINA.HOME}/bin/catalina-tasks.xml" /></em> and reference the tasks with <em>jmxOpen</em>, <em>jmxSet</em>, <em>jmxGet</em>, - <em>jmxQuery</em>, <em>jmxInvoke</em>,<em>jmxEquals</em> and <em>jmxCondition</em>. </p> + <em>jmxQuery</em>, <em>jmxInvoke</em>, <em>jmxEquals</em> and <em>jmxCondition</em>.</p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org