Markus Schönhaber wrote:
> Dave Brondsema wrote:
>> I'm using Tomcat 5.5.15 on Windows 2000. I have this connector:
>> >maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>>enableLookups="false" disableUploadTimeout="true"
>>acceptCount="
Dave Brondsema wrote:
> I'm using Tomcat 5.5.15 on Windows 2000. I have this connector:
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>enableLookups="false" disableUploadTimeout="true"
>acceptCount="100" secure="true"
>
Do you have your port 80 connector forwarding set correctly?
-Original Message-
From: Dave Brondsema [mailto:[EMAIL PROTECTED]
Sent: Monday, February 20, 2006 11:31 AM
To: users@tomcat.apache.org
Subject: scheme="https" not working?
I'm using Tomcat 5.5.15 on Windows 200
I'm using Tomcat 5.5.15 on Windows 2000. I have this connector:
I can access
http://eaglesnest-test.cornerstone.edu:443/manager/html
but I get no response when attempting to access
https://eaglesnest-test.cornerstone.edu:443/manager/html
Somehow it's running unsecured but still on port 443.