I am trying to configure Tomcat ISAPI for Tomcat 10 on IIS 10 with anonymous authentication. I have added local ISAPI Filter, created jakarta application, granted execute permission to ISAPI module, and added .jsp mime type at site level. Updated connector port settings in Tomcat server.xml to
The redirect only works if I enable Windows Authentication. I need it working for anonymous authentication. Any suggestions on how to troubleshoot?
CodePudding user response:
Found the issue. In Windows 2019, IIS 10 Anonymous user credentials are set to IUSR by default. This needs to be changed to Application Pool. The done under Authentication by right-clicking on Anonymous Authentication and selecting Edit.