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 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