You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/08/24 11:38:20 UTC

svn commit: r1757499 - in /tomcat/trunk/webapps/docs: changelog.xml manager-howto.xml

Author: markt
Date: Wed Aug 24 11:38:20 2016
New Revision: 1757499

URL: http://svn.apache.org/viewvc?rev=1757499&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60034
Fix typo

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/manager-howto.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1757499&r1=1757498&r2=1757499&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Aug 24 11:38:20 2016
@@ -261,6 +261,10 @@
         Update NIO Connector configuration documentation with an information
         about <code>socket.directSslBuffer</code>. (violetagg)
       </fix>
+      <fix>
+        <bug>60034</bug>: Correct a typo in the Manager How-To page of the
+        documentation web application. (markt) 
+      </fix>
     </changelog>
   </subsection>
   <subsection name="jdbc-pool">

Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1757499&r1=1757498&r2=1757499&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Wed Aug 24 11:38:20 2016
@@ -1018,7 +1018,7 @@ on each of deployed web applications wil
     The JMX Proxy Servlet is a lightweight proxy to get and set the
     tomcat internals. (Or any class that has been exposed via an MBean)
     Its usage is not very user friendly but the UI is
-    extremely help for integrating command line scripts for monitoring
+    extremely helpful for integrating command line scripts for monitoring
     and changing the internals of tomcat. You can do two things with the proxy:
     get information and set information. For you to really understand the
     JMX Proxy Servlet, you should have a general understanding of JMX.



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