What I did:
used command "keytool -genkey -keyalg RSA -alias tomcat" generate a
.keystore file, then copied it to C:\ , and modified the server.xml file as
following. But no luck with SSL test, pls advise, thanks!
<!-- Define an SSL HTTP/1.1 Connector on port 8443 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true">
<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
keystoreFile="c:\.keystore"
keystorePass="password"
clientAuth="false" protocol="TLS"/>
</Connector>
Franco
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>