Yes I'm using APR. The dll is in de bin directory. Thanks for pointing this
out. Deleting the dll didn't resolve the problem though. I'll try this again
tomorrow.

I would like to know what is better to use, and more secure. If APR is more
secure, I will use that, even if it means more work. I suppose it's
something you have to do one time.

Cheers, Roger


On 5/23/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:

> From: Roger Roger [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 6 + SSL
>
> I've installed Tomcat 6.0, the default installation

Look in Tomcat's bin directory; if there's a tcnative-1.dll there, you
have APR installed and are using it.  If you want to avoid use of APR to
continue with your prior SSL configuration, just rename or delete the
.dll file.  If you want to configure APR for SSL, look here:
http://tomcat.apache.org/tomcat-6.0-doc/apr.html

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

The Listener for APR is always there, whether the .dll exists or not.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to