[...]
> 3. Use a different random source with:
>   JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom"
>   in setenv.sh
>

Sorry for the misinformation. This actually works!

I thought this was a typo at first, but this wasn't, you MUST use
/dev/./urandom, /dev/urandom will not work. Duh.

Reference: 
http://stackoverflow.com/questions/137212/how-to-solve-performance-problem-with-java-securerandom

This is actually a JVM bug, which Sun/Oracle doesn't consider as being
one (yeah, right), see http://bugs.sun.com/view_bug.do?bug_id=6202721

Thanks a lot!
-- 
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
f...@one2team.com
40 avenue Raymond Poincaré
75116 Paris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to