Author: markt
Date: Wed Jul  8 12:49:12 2009
New Revision: 792120

URL: http://svn.apache.org/viewvc?rev=792120&view=rev
Log:
Document a missing option

Modified:
    tomcat/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=792120&r1=792119&r2=792120&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Wed Jul  8 12:49:12 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

Reply via email to