Hi guys,

I have a strange problem: if I using TC 5.5.17 there is no response from https://localhost:8443/ The same configuration under 5.5.15 works just fine.

My server.xml:
_______________
    <!-- Define a SSL HTTP/1.1 Connector on port 8443 -->

    <Connector port="8443" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"/>

_______________

Console on the startup:
_______________

INFO: Starting Coyote HTTP/1.1 on http-8080
07.07.2006 10:59:38 org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
07.07.2006 10:59:38 org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009

_______________

I'm using Win32 and my .keystore is in my home-folder.
I'm not using APR like a guy before me, only Tomcat Native

Tha in advance!

Danny




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to