André Warnier wrote:
Gregor S. wrote:
Ok, here's some news:

When using the APR without SSL by changing the attribute of
APRLiefeCycleListener to

<Listener className="org.apache.catalina.core.AprLifecycleListener"
SSLEngine="off" />

it's working.

My SSL-version is

OpenSSL> version
OpenSSL 0.9.8c 05 Sep 2006

According to the docs
(http://tomcat.apache.org/tomcat-6.0-doc/apr.html) this should be
fine.

Anybody got any idea how to proceed?

Jean-Frederic suggested to use "urandom" - how can I configure this?

I seem to remember a post to the list, from Chuck, not so long ago, mentioning that.

Was not Chuck, was markt :
> 3. Use a different random source with:
>   JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom"
>   in setenv.sh
(and if I remember correctly, the /./ is really needed there.
)

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

Reply via email to