tomcat 4.1.24 ssl with ibm jdk 1.4

2003-07-24 Thread Francois Lascelles
I use tomcat 4.1.24 on a linux box and cannot get ssl going with ibm jvm 1.4. I DID set the algorithm=IbmX509 in the Factory element of server.xml and I also tried to copy jsse jars to server/lib directory but I always end up getting the following error message. NoClassDefFound :

Re: tomcat 4.1.24 ssl with ibm jdk 1.4

2003-07-24 Thread Bill Barker
With 4.1.26 you should be able to use IBM's 1.4 JVM with the jsse jar in server/lib. It will work without the jsee jar anywhere on the machine in 4.1.27. If you need it before then, you can grab the source files from the CVS and compile the fixed version yourself. Francois Lascelles [EMAIL