Author: markt Date: Sun Jan 15 21:39:28 2012 New Revision: 1231763 URL: http://svn.apache.org/viewvc?rev=1231763&view=rev Log: Fix typo
Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1231763&r1=1231762&r2=1231763&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/manager-howto.xml (original) +++ tomcat/trunk/webapps/docs/manager-howto.xml Sun Jan 15 21:39:28 2012 @@ -1307,7 +1307,7 @@ Error: java.lang.NumberFormatException: <source> http://webserver/manager/jmxproxy/?invoke=BEANNAME&op=METHODNAME&ps=COMMASEPARATEDPARAMETERS </source> - <p>For exmaple, to call the <code>findConnectors()</code> method of the + <p>For example, to call the <code>findConnectors()</code> method of the <strong>Service</strong> use:</p> <source> http://localhost:8080/manager/jmxproxy/?invoke=Catalina%3Atype%3DService&op=findConnectors&ps= --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org