You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/07/08 14:50:03 UTC

svn commit: r792122 - /tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org