ср, 16 февр. 2022 г. в 13:51, Blake McBride <blake1...@gmail.com>: > > Problem solved! > > I am quite embarrassed because I've had this problem before, solved it > (with the help of this list), and documented it. Here are my notes: > > tomcat slow startup > > The secure random calls may be blocking as there is not enough entropy to > feed them in /dev/random. > > Change /etc/java-8-openjdk/security/java.security > > From: securerandom.source=file:/dev/random > > To: securerandom.source=file:/dev/urandom >
https://cwiki.apache.org/confluence/display/TOMCAT/HowTo+FasterStartUp see Entropy Source Adding -Djava.security.egd=file:/dev/./urandom to the JAVA_OPTS environment variable in a $CATALINA_BASE/bin/setenv.sh file is the usual way to solve this issue. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org