Re: Tomcat Displaying Login Page before redirecting to https

2021-01-12 Thread Jerry Malcolm
Mark, It definitely helped.  Works like a charm now. I figure I only have about 10 more years of doing this stuff to start becoming reasonably educated in all of the ins and outs of tomcat.  The deeper I get, the more I realize how many issues and problems you folks have had to deal with and

Re: Tomcat Displaying Login Page before redirecting to https

2021-01-11 Thread Mark Thomas
On 12/01/2021 00:45, Jerry Malcolm wrote: > On 1/11/2021 6:11 PM, Mark Thomas wrote: >> On 12/01/2021 00:00, Jerry Malcolm wrote: >>> I have a standalone tomcat. TC is configured to redirect any port 80 >>> requests to https/443.  It works fine on pages that aren't protected by >>> web.xml security

Re: Tomcat Displaying Login Page before redirecting to https

2021-01-11 Thread Jerry Malcolm
On 1/11/2021 6:11 PM, Mark Thomas wrote: On 12/01/2021 00:00, Jerry Malcolm wrote: I have a standalone tomcat. TC is configured to redirect any port 80 requests to https/443.  It works fine on pages that aren't protected by web.xml security constraints.  However, if a page is protected, the logi

Re: Tomcat Displaying Login Page before redirecting to https

2021-01-11 Thread Mark Thomas
On 12/01/2021 00:00, Jerry Malcolm wrote: > I have a standalone tomcat. TC is configured to redirect any port 80 > requests to https/443.  It works fine on pages that aren't protected by > web.xml security constraints.  However, if a page is protected, the > login page appears while still in non-ss

Tomcat Displaying Login Page before redirecting to https

2021-01-11 Thread Jerry Malcolm
I have a standalone tomcat. TC is configured to redirect any port 80 requests to https/443.  It works fine on pages that aren't protected by web.xml security constraints.  However, if a page is protected, the login page appears while still in non-ssl http mode. For years, I've had httpd sitting