Re: IIS 10.0 as Tomcat reverse proxy does not send auth_type and remote_user AJP heder

2021-07-13 Thread Paolo Clerici
> I don't see any ISAPI redirector set up there. I was expecting to see > something like the steps described here: > http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html Yes, if I have not missed something, I think I have done everything that is written in the document. The only

Re: IIS 10.0 as Tomcat reverse proxy does not send auth_type and remote_user AJP heder

2021-07-13 Thread Mark Thomas
On 13/07/2021 12:29, Paolo Clerici wrote: Hi Mark, How did you set up the s2wweb virtual directory? Physical Path: C:\Apache Software Foundation\virtual\test\s2wweb Physical Path Credential: blank Physical Path Credential Logon Type: Clear Text Virtual Path: /s2wweb Pass-through

Re: IIS 10.0 as Tomcat reverse proxy does not send auth_type and remote_user AJP heder

2021-07-13 Thread Paolo Clerici
Hi Mark, > How did you set up the s2wweb virtual directory? Physical Path: C:\Apache Software Foundation\virtual\test\s2wweb Physical Path Credential: blank Physical Path Credential Logon Type: Clear Text Virtual Path: /s2wweb Pass-through authentication: / Connect As: / Path credentials:

Re: IIS 10.0 as Tomcat reverse proxy does not send auth_type and remote_user AJP heder

2021-07-13 Thread Mark Thomas
On 13/07/2021 08:49, Paolo Clerici wrote: Hi Mark, Are you connecting from a machine that isn't part of the Windows AD? I have tried both from PCs connected to AD and from PCs not connected to AD. Normally, I'd expect authentication to work without any password prompt. If I connect from PC

Re: IIS 10.0 as Tomcat reverse proxy does not send auth_type and remote_user AJP heder

2021-07-13 Thread Paolo Clerici
Hi Mark, > Are you connecting from a machine that isn't part of the Windows AD? I have tried both from PCs connected to AD and from PCs not connected to AD. > Normally, I'd expect authentication to work without any password prompt. If I connect from PC AD I am not asked for credentials

Re: Internals of setMaxInactiveInterval

2021-07-13 Thread Mark Thomas
On 13/07/2021 04:33, Saurav Sarkar wrote: Hi All, I would like to understand the internals of Session~setMaxInactiveInterval in tomcat. I understand that if HTTP requests are not received within the said interval then the session is cleared. All the objects belonging to the session will be