So, I know the port numbers can be set to any unused port.  I was toggling
between 8442 and 8443. Neither worked.  I just set it back to 8443.
I feel like it's connecting somehow, because if I put in a port number that
isn't configured...I get a connection error message.
Otherwise, the browser icon just keeps spinning...nothing happens.No errors
at all.

On Wed, Mar 20, 2013 at 2:09 PM, David kerber <dcker...@verizon.net> wrote:

> On 3/20/2013 2:02 PM, my business mail wrote:
>
>> OK, here is the text copied from notepad.
>>
>>
>>      <Connector executor="tomcatThreadPool"
>>                 port="8080" protocol="HTTP/1.1"
>>                 connectionTimeout="20000"
>>                 redirectPort="8443" />
>>
>>
>>      <Connector port="8442" protocol="HTTP/1.1" SSLEnabled="true"
>>
>
> 8442?  Shouldn't it be 8443?
>
>
>
>                  maxThreads="150" scheme="https" secure="true"
>>                 clientAuth="false" sslProtocol="TLS"
>> keystoreFile="D:/DevCert/dev.**keystore" keystorePass="password1" />
>>
>>
>>       <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
>>
>>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@tomcat.**apache.org<users-unsubscr...@tomcat.apache.org>
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to