Re: Disabling RNG initialization

2011-10-14 Thread Scott Van Wart
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

Re: Disabling RNG initialization

2011-10-14 Thread Mark Thomas
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

Disabling RNG initialization

2011-10-14 Thread Scott Van Wart
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