Author: schultz Date: Thu Aug 25 14:55:27 2011 New Revision: 1161591 URL: http://svn.apache.org/viewvc?rev=1161591&view=rev Log: Fixed addition of documentation to incorrect listener.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml?rev=1161591&r1=1161590&r2=1161591&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml Thu Aug 25 14:55:27 2011 @@ -209,13 +209,6 @@ service:jmx:rmi://<hostname>:10002 should not be set when using this valve.</p> </attribute> - <attribute name="AWTThreadProtection" required="false"> - <p>Enables protection so that calls to - <code>java.awt.Toolkit.getDefaultToolkit()</code> triggered by a web - application do not result in a memory leak. - Defaults to <code>false</code> because an AWT thread is launched.</p> - </attribute> - <attribute name="rmiServerPortPlatform" required="true"> <p>The port to be used by the Platform JMX/RMI server.</p> </attribute> @@ -257,6 +250,13 @@ service:jmx:rmi://<hostname>:10002 is <code>true</code>.</p> </attribute> + <attribute name="AWTThreadProtection" required="false"> + <p>Enables protection so that calls to + <code>java.awt.Toolkit.getDefaultToolkit()</code> triggered by a web + application do not result in a memory leak. + Defaults to <code>false</code> because an AWT thread is launched.</p> + </attribute> + <attribute name="gcDaemonProtection" required="false"> <p>Enables protection so that calls to <code>sun.misc.GC.requestLatency(long)</code> triggered by a web --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org