You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by GOMEZ Henri <hg...@slib.fr> on 2000/07/28 12:53:58 UTC

keytool and tomcat problem

Hi,
 
When I tried to do :
 
keytool -genkey -alias tomcat -keyalg RSA
Enter keystore password:  changeit
keytool error: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator
not available
 
I've got the IBM JDK 1.3 with JSSE 1.0.1.
 
Here is my security.java file 
 
=>