Document a missing option
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 8 Jul 2009 12:49:12 +0000 (12:49 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 8 Jul 2009 12:49:12 +0000 (12:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@792120 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/listeners.xml

index f01de98..eee29ce 100644 (file)
         </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>