You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by phani <ph...@vqindia.com> on 2002/06/17 11:31:24 UTC

Configureing SSL for Tomcat 4.0

hi,
  
  I am trying to configure tomcat4.0 for standalone mode but no luck.When i try to run tomcat the window pops up and closes.I am unable to see the error messages.

My environmet is : win 98; jdk1.4, tomcat4.0

I followed the bellow steps to configure the tomcat.

created a certificate using the bellow command

c:\keytool -genkey -alias tomcat -keyalg RSA

and i gave the password  changeit  .The certificate is generated on my user home dir c:\windows

Now i removed the comments for Connector in server.xml

<Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8443" 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"/>
    </Connector>

But i am getting the above said error.

Can some one guide me where i went wrong....

Thanks for any help
phani