From: markt
Date: Wed, 8 Jul 2009 12:49:12 +0000 (+0000)
Subject: Document a missing option
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=52f09894137c5621f7d55ffabc3a4dfad16cb6d7;p=tomcat7.0
Document a missing option
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@792120 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml
index f01de9820..eee29ceec 100644
--- a/webapps/docs/config/listeners.xml
+++ b/webapps/docs/config/listeners.xml
@@ -93,6 +93,12 @@
+
+ Entropy source used to seed the SSLEngine's PRNG. The default value
+ is builtin. On development systems, you may want to set
+ this to /dev/urandom to allow quicker start times.
+
+
Jasper Listener (org.apache.catalina.core.JasperListener)