Author: markt Date: Wed Jul 8 12:50:03 2009 New Revision: 792122 URL: http://svn.apache.org/viewvc?rev=792122&view=rev Log: Document a missing option
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=792122&r1=792121&r2=792122&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml Wed Jul 8 12:50:03 2009 @@ -93,6 +93,12 @@ </p> </attribute> + <attribute name="SSLRandomSeed" required="false"> + <p>Entropy source used to seed the SSLEngine's PRNG. The default value + is <code>builtin</code>. On development systems, you may want to set + this to <code>/dev/urandom</code> to allow quicker start times.</p> + </attribute> + </attributes> <h3>Jasper Listener (org.apache.catalina.core.JasperListener)</h3> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org