Hi.
I have IIS 8.5. I am trying to configure my application for 2 variants of authentication - SSO, and CAC (smart-cards).
Application is hosted on 4 tomcats (2 for SSO and 2 for CAC), each is configured for their authentication method.
Also I've configured 2 ISAPi redirectors: SSO and CAC.
In IIS I've created 2 Virtual Dirs: jakartaSSO and jakartaCAC, 2 ISAPI filters for each and enabled handler mappings for execute.
Also configured parameters for each jakarta (SSL, Authentication, Bindings)
But the problem is that, when I’m checking jk status I see only 1 worker which balances 2 tomcats. And where is the other worker?
Also jk status is working https://<hostname>/jkstatus.
How to configure it to view jk status for each virtual dir like: https://<hostname>/jakartaSSO/jkstatus ?
Thanks!
Best regards,
Artyom Rudenya.