from http://apr.apache.org , apr only available in source format. any third party side we can get apr pre-compiled ready so that i can use with tomcat6.
+1
A:
There are windows binaries downloadable for Tomcat Native ... see http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/binaries/
This doesn't help if you want to use the latest version of the apr, but they work for me.
Dallas
2010-10-04 10:33:52
may i know beside putting tcnative-1.dll file, is there require to put openssl.exe in the same path also ?
cometta
2010-10-05 03:16:01
Yes, by default when APR is enabled it will use OpenSSL and require openssl on the path. I believe you can switch this off in the APR configuration if you want, e.g. <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="off" />
Dallas
2010-10-05 06:36:42