Re: [OT] SSO Token not found with RewriteRules

2023-01-27 Thread Christopher Schultz
On 1/24/23 08:04, Berneburg, Cris J. - US wrote: Hey Chris I always include a ROOT context so I don't get nasty errors if there is some kind of misconfiguration at the proxy, etc. It also allows rewrites to be done "outside" of "the application", etc. Out of curiosity, what do you put in t

RE: [OT] SSO Token not found with RewriteRules

2023-01-24 Thread Berneburg, Cris J. - US
Hey Chris > I always include a ROOT context so I don't get nasty errors if > there is some kind of misconfiguration at the proxy, etc. It also > allows rewrites to be done "outside" of "the application", etc. Out of curiosity, what do you put in that ROOT context? A dummy / placeholder or the r

Re: [OT] SSO Token not found with RewriteRules

2023-01-18 Thread Christopher Schultz
Jerry, On 1/17/23 13:30, Jerry Malcolm wrote: In my philosophy for years (possibly not the best philosophy...), the root was for primarily static stuff.  And any JSPs that might need to be in root were sent to other non-root contexts via a rewrite.  I've been moving away from that philosophy i

Re: SSO Token not found with RewriteRules

2023-01-17 Thread Jerry Malcolm
On 1/17/2023 12:30 PM, Jerry Malcolm wrote: On 1/17/2023 3:43 AM, Mark Thomas wrote: On 16/01/2023 23:07, Jerry Malcolm wrote: Well, after downloading and installing the Tomcat source in my Eclipse environment and tracking through a bunch of breakpoints, I figured out what was happening. Si

Re: SSO Token not found with RewriteRules

2023-01-17 Thread Jerry Malcolm
On 1/17/2023 3:43 AM, Mark Thomas wrote: On 16/01/2023 23:07, Jerry Malcolm wrote: Well, after downloading and installing the Tomcat source in my Eclipse environment and tracking through a bunch of breakpoints, I figured out what was happening. SingleSignOn.invoke() was querying for the list

Re: SSO Token not found with RewriteRules

2023-01-17 Thread Mark Thomas
On 17/01/2023 09:43, Mark Thomas wrote: On 16/01/2023 23:07, Jerry Malcolm wrote: Well, after downloading and installing the Tomcat source in my Eclipse environment and tracking through a bunch of breakpoints, I figured out what was happening.   SingleSignOn.invoke() was querying for the list

Re: SSO Token not found with RewriteRules

2023-01-17 Thread Mark Thomas
On 16/01/2023 23:07, Jerry Malcolm wrote: Well, after downloading and installing the Tomcat source in my Eclipse environment and tracking through a bunch of breakpoints, I figured out what was happening.   SingleSignOn.invoke() was querying for the list of cookies in the request (that were inde

Re: SSO Token not found with RewriteRules

2023-01-16 Thread Jerry Malcolm
Well, after downloading and installing the Tomcat source in my Eclipse environment and tracking through a bunch of breakpoints, I figured out what was happening.   SingleSignOn.invoke() was querying for the list of cookies in the request (that were indeed present in the request), but was return

SSO Token not found with RewriteRules

2023-01-15 Thread Jerry Malcolm
I have one virtual host working fine on a Windows 11 TC 9 install.  I am adding a 2nd virtual host to that same running installation.  This TC is standalone, handling http requests directly (not via httpd).   Both virtual hosts have a rewrite.config.   On the new domain, I go to a page that req