Has anyone been able to get Tomcat 4.0 and Java Cryptography Extension
1.2.1 to work together?
I have an application that uses the jce and runs fine on Tomcat 3.2.3 w/
jdk1.3.1. When I moved it over to 4.0, I got the exception: "Cannot set up
certs for trusted CAs". I dug through the sun forums and the tomcat archive
and found many configuration difficulties with Tomcat and the JCE.
Tomcat 3.1 - loaded signed jars incorrectly and you had to set a system
property: -Djava.protocol.handler.pkgs=sun.net.www.protocol as a
work-around.
Tomcat 3.2 - fixed and works good (for me)
Tomcat 4.0 - I tried all previous work-arounds and configurations without
success. I also tried running on jdk1.4 beta 2 with an integrated jce, and
that did not work (but jdk1.4 and Tomcat 3.2.3 worked fine)
Anyone had any luck?
Dave Frankson