I installed SSL on my Apache Tomcat 4.0 server.  When the SSL Connector portion of 
server.xml is commented-out, my Apache Tomcat server service restarts with no 
problems.  But when the SSL Connector portion is not commented-out, the Apache Tomcat 
server
service will NOT restart.  It doesn't matter whether I'm trying to restart it as a 
Windows service or straight from startup.bat.  It just won't restart.  

Here's a snippet of server.xlm:

  <!-- Define an SSL HTTP/1.1 Connector on port 8443 -->
     
      <Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="443" minProcessors="5" maxProcessors="75"
               enableLookups="true"
               acceptCount="10" debug="0" scheme="https" secure="true">
      <Factory className="org.apache.catalina.net.SSLServerSocketFactory"
               clientAuth="false" protocol="TLS"  
                keystoreFile="c:\honey\honeywelltsi"
                keystorePass="password"/>

    </Connector> 


I imported a Root Certificate and Server Certificate from the Register.com certificate 
authority.   The import process appeared to be clean and successful.  

Any ideas folks?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to