We use this during testing:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/FastNonSecureRandom.java?view=annotate
Once you have built this and added it to the lib directory, you need to
configure the Manager to use it (in conf/context.xml).
Excellent, I'll give tha
On 14/10/2011 19:48, Scott Van Wart wrote:
> I tend to start/stop Tomcat a fair amount during the day through Eclipse
> for my development. I don't use SSL or sessions. Here's what I've been
> getting during startup:
>
> INFO: Creation of SecureRandom instance for session ID generation
> usi
I tend to start/stop Tomcat a fair amount during the day through Eclipse
for my development. I don't use SSL or sessions. Here's what I've been
getting during startup:
INFO: Creation of SecureRandom instance for session ID generation
using [SHA1PRNG] took [17,053] milliseconds.
Usually