Re: Question regarding tomcat random number seeding and startup times

2019-07-28 Thread John Dale
I changed securerandom.source=file:/dev/random in /jre/lib/security/java.security, changing this to urandom and it vastly improved things. My question is, what will this do? I don't really rely on the tomcat generated session affinity .. On 7/28/19, John Dale wrote: > Greetings; > > I found thi

Re: Question regarding tomcat random number seeding and startup times

2019-07-28 Thread John Dale
Greetings; I found this in the logs where it's hanging-up: 28-Jul-2019 19:05:10.520 WARNING [main] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [212,424] milliseconds. Thoughts? John On 7/2

Re: Question regarding tomcat random number seeding and startup times

2019-07-28 Thread John Dale
Greetings; On 7/27/19, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > John, > > On 7/27/19 19:49, John Dale wrote: >> Greetings Everyone; >> >> A quick update to the folks who I have interacted with on the list >> (you know who you are and I thank you). >> >> I

Re: Question regarding tomcat random number seeding and startup times

2019-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 7/27/19 19:49, John Dale wrote: > Greetings Everyone; > > A quick update to the folks who I have interacted with on the list > (you know who you are and I thank you). > > I got all of my applications and sites migrated from Tomcat 7.x.x