Author: kkolinko Date: Sat Jun 2 21:16:27 2012 New Revision: 1345579 URL: http://svn.apache.org/viewvc?rev=1345579&view=rev Log: Correct a typo
Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified: tomcat/trunk/webapps/docs/config/valve.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/valve.xml?rev=1345579&r1=1345578&r2=1345579&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/valve.xml (original) +++ tomcat/trunk/webapps/docs/config/valve.xml Sat Jun 2 21:16:27 2012 @@ -1443,7 +1443,7 @@ <p>This valve allows to detect requests that take a long time to process, which might indicate that the thread that is processing it is stuck.</p> <p>When such a request is detected, the current stack trace of its thread is written - to tomcat log with a WARN level.</p> + to Tomcat log with a WARN level.</p> <p>The IDs of the stuck threads are available through JMX in the <code>stuckThreadIds</code> attribute. The JVM Thread MBean can then be used to retrieve other information about each stuck thread (name, stack trace...).</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org