When starting up a Tomcat web app, the creation of SecureRandom instance for session ID takes a long time (over 3 minutes).
What is the best way to speed it up?
Dec 20, 2014 9:09:16 AM org.apache.catalina.util.SessionIdGenerator createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [210,579] milliseconds.
ServerInfo on Ubuntu 14.04:
Server version: Apache Tomcat/7.0.52 (Ubuntu)
Server built: Jul 24 2014 08:38:51
Server number: 7.0.52.0
OS Name: Linux
OS Version: 3.13.0-32-generic
Architecture: amd64
JVM Version: 1.7.0_67-b01
JVM Vendor: Oracle Corporation