Jeff Chuang wrote: > I could reproduce this problem on ALL my dual core AMD Opteron servers > running FC5-x86_64. Not sure it is OS porting problem? JVM problem? > native jni problem? or combination? > Is it possible to configure Tomcat to use APR on port 80, but disable > APR on port 443 to use regular java keystore PKCS12 format? I have tried > to build jni connectors using --without-ssl option and configure > connector on 443 with PKCS12 keystoreType and certificate(which works > without APR) in server.xml. However, port 80 works fine, but port 443 > does not(still use Http11AprProtocol, NOT Http11BaseProtocol). Any work > around suggestion? thanks.
Since I'm not too familiar with Tomcat's code I can't give an authorative answer, but I doubt that's possible to mix Base and APR Connectors. AFAICT Tomcat uses APR if tcnative can be loaded and is usable, and it does so for all configured Connectors. Maybe someone of the devs chimes in and proves me right or wrong. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]