Hi,
I want to set up SSL on Tomcat without using Apache. For this, I have
followed the steps outlined in the tomcat tutorial. Added SSL Jars to
JAVA_HOME/JRE/lib/ext and TOMCAT_HOME/lib. I generated a new certificate
using keytool -genkey. Uncommented the SSL lines in server.xml. Now, when I
start Tomcat, the SSL sockets start but when I type https://localhost:8443/
the browser keeps on waiting but nothing comes. Do I have to install my
applications on SSL again in some otherway or will the same content that is
available at http://localhost will be automatically available on https as
well?
Hardeep Singh
http://SeeingWithC.cjb.net
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets