Re: APR with tomcat - long boot

2007-06-18 Thread Markus Schönhaber
Ilja S. wrote: I don't know exactly what random source is used by APR, it was compiled with only one switch " --with-apr". Is this possible to find out? What you compiled (configured) using --with-apr is propably not APR but rather the Tomcat Native Library (libtcnative-1.so) which uses the AP

Re: APR with tomcat - long boot

2007-06-18 Thread Ilja S.
Hi Thanks for reply! I don't know exactly what random source is used by APR, it was compiled with only one switch " --with-apr". Is this possible to find out? I use tomcat with apache 2.2x and mod_jk. The only connectors I have in server xml is: ---

Re: APR with tomcat - long boot

2007-06-17 Thread Mladen Turk
Markus Schönhaber wrote: Ilja S. wrote: If you want to speed things up, you may move the mouse like crazy while Tomcat is starting, hack on the keyboard like even crazier or compile APR with --with-devrandom=/dev/urandom as an option to configure. Or one can simply create a $HOME/.rnd file by

Re: APR with tomcat - long boot

2007-06-17 Thread Markus Schönhaber
Ilja S. wrote: > Startup time of tomcat became very slow after installing APR. > Tomcat version is 5.5.23 > APR 1.2.7 > Ubuntu, kernel 2.6.20 > Logs says INFO: Server startup in 192631 ms > Which is more 3 minutes! Is that normal? This may be normal if you have configured a HTTPS connector and yo

APR with tomcat - long boot

2007-06-15 Thread Ilja S.
Hi Startup time of tomcat became very slow after installing APR. Tomcat version is 5.5.23 APR 1.2.7 Ubuntu, kernel 2.6.20 Logs says INFO: Server startup in 192631 ms Which is more 3 minutes! Is that normal? -- * Best Regards Ilja -