RE: Problems building the Mod_jk.so

2001-05-07 Thread Philippe Khalife
Your system is looking for the "cc" compiler, it does not ship with Solaris, that's why you get the error "/usr/ucb/cc: language optional software package not installed" Either install the cc compiler ($$) or gcc!! and change your Make setting to use gcc I usually do this on my Solaris system

TC4 B3 & SSL: Error in SSLServerSocketFactory: initProxy()?

2001-05-03 Thread Philippe Khalife
Dev environment: Win2K Pro, JDK1.3, TC4 B3, latest JSSE, openssl, apache 1.3.19 I don't have a connector for apache compiled on this platform yet, so I'm trying direct SSL on TOMCAT The JSSE seem to be properly setup: I have the JSSE in the CLASSPATH also under $JAVA_HOME\jre\lib\ext, and $CATA

TC4 B3: Filters and Load Order bug?

2001-05-02 Thread Philippe Khalife
This is a question about Servlet Specification Vs Implementation details. The filters mappings are applied as per specifications, and in order. However when initialized by the Container they start by Alphabetical order. No matter what order I list these filter declarations in, "AuthFilter" alwa

TC4 & SSL: Error in SSLServerSocketFactory: initProxy()?

2001-05-02 Thread Philippe Khalife
Dev environment: Win2K Pro, JDK1.3, TC4 B3, latest JSSE, openssl, apache 1.3.19 I don't have a connector for apache compiled on this platform yet, so I'm trying direct SSL on TOMCAT The JSSE seem to be properly setup: I have the JSSE in the CLASSPATH also under $JAVA_HOME\jre\lib\ext, and $CATA