Re: Installing SSL connector for Tomcat on Linux/Debian

2009-12-04 Thread skim-gap
fyi, i finally figured out what i was doing wrong. When building the tomcat native connector i didn't include the '--with-ssl=yes' option ... see below the correct command configure command: # Build the Tomcat native connector. cd tomcat-native-*-src/jni/native JAVA_HOME="%{java_home}" ./configu

Re: Installing SSL connector for Tomcat on Linux/Debian

2009-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniele, On 8/18/2009 2:01 PM, Daniele Development-ML wrote: > 18-Aug-2009 18:05:55 org.apache.catalina.core.AprLifecycleListener init > INFO: Loaded APR based Apache Tomcat Native library 1.1.16. > 18-Aug-2009 18:05:55 org.apache.catalina.core.AprLif

Re: Installing SSL connector for Tomcat on Linux/Debian

2009-12-04 Thread skim-gap
hi, I've been running into almost the same issue you've described here. just wondering if you've discovered a solution. I tried to upgrade to the latest version of tomcat-native-1.1.18 src, but that didn't help. any insights would be appreciated! in my context...i'm converting from redhat sup