One more problem after switching to using port 80 instead of 8080.

https is no longer working. I just get "can't establish a connection
to the server".

It works fine if I switch back to 8080

Here is part of my server.xml:

<Connector port="80" protocol="HTTP/1.1"
              maxThreads="150" connectionTimeout="20000"
              redirectPort="8443" />

<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
                      port="8443" minSpareThreads="5" maxSpareThreads="75"
                      enableLookups="true" disableUploadTimeout="true"
                      acceptCount="100"  maxThreads="200"
                      scheme="https" secure="true" SSLEnabled="true"
                      keystoreFile="C:/1/.keystore" keystorePass="password"
          clientAuth="false" sslProtocol="TLS"/>

Do I need to change something else, beside the port number?

Thanks,

John

PS - I responded the the last posting in this thread directly to the
last sender by mistake.
Here is what I meant to send to the list:
...........................................
Excellent Mr Kewl!

Skype it is - didn't need netstat -noa - just switching skype and
tomcat on and off confirmed it.

Working fine now.

Thanks all - great response!

..............................................

---------------------------------------------------------------------
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