> From: Vadim Letitchevski [mailto:vletitchev...@teledyne.com]
> Subject: RE: JSSE question
> 
> I have noticed the strings
>   <!--APR library loader. Documentation at /docs/apr.html -->
>   <Listener className="org.apache.catalina.core.AprLifecycleListener"
> SSLEngine="on" />
> In my server.xml.

The presence of the listener does not necessarily mean you're using APR.  If 
you have a libtcnative .dll or .so file in your bin directory, you should be 
using APR; you can verify this in the Tomcat logs, which will record that APR 
is being used, but does *not* display any particular message if APR is not 
being used.

Only set your <Connector> for APR if you really are using APR.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to