I have gone through the steps provided on Tomcat SSL document and generated a
.keystore file. I put it in my C:\keystore directory. Here are my server.xml
config:
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="80" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
<!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
<Connector port="443" maxHttpHeaderSize="8192" maxThreads="150"
minSpareThreads="25" maxSpareThreads="75" enableLookups="false"
disableUploadTimeout="true" acceptCount="100" scheme="https"
secure="true" clientAuth="false" sslProtocol="TLS"
keystoreFile="C:\keystore\.keystore" />
And this is my Catalina log file.
Mar 2, 2007 4:24:07 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Mar 2, 2007 4:24:07 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-443
Mar 2, 2007 4:24:07 PM org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
Mar 2, 2007 4:24:07 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 421 ms
Mar 2, 2007 4:24:07 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 2, 2007 4:24:07 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
Mar 2, 2007 4:24:08 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 2, 2007 4:24:08 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-80
Mar 2, 2007 4:24:08 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-443
Mar 2, 2007 4:24:08 PM org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
Mar 2, 2007 4:24:08 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 2, 2007 4:24:08 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 875 ms
I am running all of this on Window XP home edition.
Thank you,
Henry
---------------------------------
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.