J’ai installer Apache tomcat 5.5.9
Mon problème est de sécuriser mon site sur l’internent alors j’ai cherche comment est j’ai trouver http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
j’ai fait toute les étapes du document
1.j’ai exécute
%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA
pour crier le certificate
2.
%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA \-keystore \path\to\my\keystore
3.j’ai configure serveur.xml :
<-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<Connector
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true";
clientAuth="false" sslProtocol="TLS"/>
Et a la fin j’ai taper : https://localhost:8443
Mais ça na pas marcher !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!