I have a windows integrated connection to the MSSQL database with kerberos authentication.Additionally, i am using the waffle filter for SSO.
This connection uses jtds1.3.1.jar file. The SSO need the ntlmauth.dll. I am using tomcat as my application server.
However, I noticed that this works for only one webapp deployed at a time. if i have same setting for multiple webapps, all fail but one. This is quite a strange behavior. any idea what's happening here