I want to configure SSL on my Tomcat which is running locally on windows operating system. I tried creating a self signed digital certificate, added the same in Tomcat's server.xml but still I am not able to run my local host as following.
https://localhost:8443 or https://localhost
any idea, what I am missing?
netstat -a -nlist port 8443 or 443 as LISTENING? What does your server.xml file look like exactly? (delete excessive comments to make it more readable) – Hendrik Brummermann Dec 3 '11 at 13:16