RE : Tomcat 4.1.31 & IBM JDK & JSSE crash

2006-02-09 Thread Philippe Couas
Hi, I have following error message Error Message Caused by: java.lang.NoClassDefFoundError: com/sun/net/ssl/SSLContext at org.apache.catalina.net.SSLServerSocketFactory.initProxy(SSLServerSoc ketFactory.java:469) at org.apache.catalina.net.SSLServerSocketFactory.initialize(SSL

Re: Tomcat 4.1.31 & IBM JDK & JSSE crash

2006-02-02 Thread Bill Barker
"Mike Sabroff" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The error is for com.ibm.jsse.bd not com.sun.jsse or whatever. Youneed > IBM's jsse it appears > Yup. Ditch the Sun jar, and specify algorithm="IbmX509" on the . > > Philippe Couas wrote: >> >> Hi, >> >> I use an Tom

Re: Tomcat 4.1.31 & IBM JDK & JSSE crash

2006-02-02 Thread Mike Sabroff
The error is for com.ibm.jsse.bd not com.sun.jsse or whatever. Youneed IBM's jsse it appears Philippe Couas wrote: Hi, I use an Tomcat 4.1.31 wit IBM JDK 1.4.1 and i want Implement JSSE on my Tomcat I have add Sun jsse.jar on $JAVA_HOME/jre/lib/ext but i have following error, where is my mis