Hello,

This my server.xml :

Code :


<Connector port="8443" maxHttpHeaderSize="8192" keystoreFile="/var/lib/tomcat5.5/.keystore"
              keystorePass="********" keyAlias="tomcat"
              maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
              enableLookups="false" disableUploadTimeout="true"
              acceptCount="100" scheme="https" secure="true"
              clientAuth="false" sslProtocol="TLS" />


My keystore is well in /var/lib/tomcat5.5/.keystore,
this my alias keystore list :

Code :


keytool -list -keystore /var/lib/tomcat5.5/.keystore

Tapez le mot de passe du Keystore :  ********
Type Keystore : jks
Fournisseur Keystore : SUN

Votre Keystore contient 2 entrée(s)

root, 17 juin 2009, trustedCertEntry,
Empreinte du certificat (MD5) : ****************
tomcat, 17 juin 2009, trustedCertEntry,
Empreinte du certificat (MD5) : ****************


You can see that tomcat alias exists...
However this is the tomcat boot log :

Code :


...
java.io.IOException: Le nom alias tomcat n'identifie pas une entrée de clef
...

In english : tomcat alias doesn't identify a key entry

Any idea ?

Thanks a lot

--
------------------------------
Vernines William
Sanimat Santé
1307 Impasse de Lisbonne
Z.I ALBASUD
82000 Montauban
tel: 05.63.22.05.40
fax: 05.63.23.04.94
wverni...@sanimatdiffusion.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to