RE: Cannot set up certs for trusted CAs exception ( JCE and tomcat an d cocoon2.0)

2001-08-30 Thread SUBRAHMANYAM,VEENA (HP-MountainView,ex1)
I tried out your following suggestions on tomcat 3.2.2 - No luck ;-) 1. I placed the JCE1.2.1.jar and the jce-provider.jar the tomcat.home/lib, and jre/lib/ext, and the webInf/dir.- No luck 2. I placed the following line in the server.xml file. RequestInterceptor

RE: Cannot set up certs for trusted CAs exception ( JCE and tomcat an d cocoon2.0)

2001-08-30 Thread Ignacio J. Ortega
Hola Veena: Are you sure you only place 1 copy of the jars when doing your tests? That is if you trying to test if works in web-inf, you clean the other copies in ext/lib and tomcat/lib etc, right ? THis is a popular topic, just searched and it seems people are getting this problem in various

RE: Cannot set up certs for trusted CAs exception ( JCE and tomcat an d cocoon2.0)

2001-08-30 Thread cmanolache
On Thu, 30 Aug 2001, SUBRAHMANYAM,VEENA (HP-MountainView,ex1) wrote: 2. I placed the following line in the server.xml file. RequestInterceptor className=org.apache.tomcat.request.Jdk12Interceptor / (This is all I have to do, in order to addthe Jdk12Interceptor. Right?) Yes. I

RE: Cannot set up certs for trusted CAs exception ( JCE and tomcat an d cocoon2.0)

2001-08-30 Thread cmanolache
On Thu, 30 Aug 2001, Ignacio J. Ortega wrote: I think we are facing some kind of sealing violation bug here.., some comments point out that Sun JCE cannot be used with unsigned providers That was my second bet, and testing without ReloadInterceptor in 3.3 should clear this out. However, now

Re: Cannot set up certs for trusted CAs exception ( JCE and tomcat an d cocoon2.0)

2001-08-29 Thread Christopher Cain
Hi there. I frequently do crypto in servlets, and I have not personally run into any problems. The only relevant difference between your environment and some of mine, as far as I can tell, is that while I have heard of Cocoon, I have no idea what it is =) Also, I'm a little confused as to why