Hi Markus,
On Fri, Aug 29, 2008 at 5:52 PM, Markus Schönhaber
<tomcat-users@list-post.mks-mail.de> wrote:
> Gregor Schneider schrieb:
>
> Search the list archives. There has more than once been discussion about
> this topic. For example
> http://marc.info/?l=tomcat-user&m=118190563608389&w=2
> Maybe this helps.
>
actually it did, thanks a lot for the hint.
The solution was:
- create an .rnd-file within the user-space:
openssl rand -out $HOME/.rnd 2048
- compile the APR with /dev/urandom:
./configure --with-apr=/usr/bin/apr-1-config \\
--with-devrandom=/dev/urandom \\
--prefix=/home/tomcat/www/lib
make && make install
Now it seems to work like charm.
Again, thanks for shedding some light..
Gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|