2010/11/24 Scott Li <scott...@gwghk.com>:
> 信息: Loaded APR based Apache Tomcat Native library 1.1.20.
> 010-11-24 9:36:38 org.apache.catalina.core.AprLifecycleListener init
> 信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false],
> random [true].
> 010-11-24 9:36:38 org.apache.coyote.http11.Http11AprProtocol init

As mentioned in the docs, there are two SSL implementations that can
be used by Tomcat:
- one provided by Java runtime,
- another provided by OpenSSL library (called through APR/Tomcat-Native).

Their configurations are very different.

The above log fragment shows that you are using the APR one.


To configure it correctly:
 see docs.

To disable it:
 a) remove bin\tcnative-1.dll
 b) remove  <Listener className="org.apache.catalina.core.AprLifecycleListener"
SSLEngine="on" /> line from server.xml.

Best regards,
Konstantin Kolinko

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

Reply via email to