Close
jGuru Forums
Posted By: David_Ziebol Posted On: Tuesday, March 5, 2002 08:27 AM
Anyone have any pointers for running BouncyCastle encryption in Tomcat 4.0? I can run BouncyCastle in my development environment in debug mode (VisualAge 4.x) But when I try to run it under Tomcat no exception no nothing, just stops. I have added the following to the classpath specified in catalina.bat D:jdk1.2.2jrelibextjce1_2_1.jar; D:jdk1.2.2jrelibextlocal_policy.jar; D:jdk1.2.2jrelibextsunjce_provider.jar; D:jdk1.2.2jrelibextUS_export_policy.jar; D:BouncyCastleCryptojce-jdk12_112.zip Also I have added the following to provider to the java.security file: security.provider.1=sun.security.provider.Sun security.provider.2=com.sun.crypto.provider.SunJCE security.provider.3=org.bouncycastle.jce.provider.BouncyCastleProvider any input would be greatly appreciated. Thanks Dave Ziebol dziebol@4roi.com
Re: BouncyCastle and Tomcat 4.x
Posted By: David_Ziebol Posted On: Tuesday, March 5, 2002 11:10 AM