keytool error: KeyPairGenerator not available
Can someone help with this error, I can't find anything on the web or elsewhere. I'm running tomcat 4.1 and using the j2sdk1.4.1. One thing I noticed that I saw elsewhere is to copy three jar files into the ext directory. jsse.jar, jnet.jar and jcert.jar. The only file I have is the jsse.jar file. Anyone?
j2sdk1.4.1 by default includes support for SSL. YOu need not create any ext directory if you are using j2sdk1.4
Hope this solves your problem
Dumpi
> Can someone help with this error, I can't find
> anything on the web or elsewhere. I'm running tomcat
> 4.1 and using the j2sdk1.4.1. One thing I noticed
> that I saw elsewhere is to copy three jar files into
> the ext directory. jsse.jar, jnet.jar and jcert.jar.
> The only file I have is the jsse.jar file. Anyone?