I am referring Pro JSP 3rd edition.I am trying to create a https port ,but not working.
I created a certificate keystore as:
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA
and specified a password value of changeit(followed the text).
Then i removed the comments around SSL HTTP/1.1 Connector(server.xml).
I am not getting
https://localhost:8443 Please help
[ February 11, 2005: Message edited by: pree sree ]