Bonjour les experts,

J'ai rencontré un problème après avoir installé Tomcat9 et configuré IIS. En fait, après avoir tout fini, je reçois ce message d'erreur sur mon navigateur internet explorer quand j'essaye de tester si le SSO marche bien :

HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has occurred.

Detailed Error Information:

Module : IsapiFilterModule
Notification : AuthenticateRequest
Handler : StaticFile
Error Code : 0x80070001
Requested URL : http://wsatl840:80/pdweb-app/
Physical Path : D:\Tomcat9\webapps\pdweb-app\
Logon Method : Negotiate
Logon User : STIVA_GROUP\ABR30119

Et quand j'ai vu le log dans le fichier de tomcat, il n'y a pas isapi_redirect donc d'après la doc, le problème vient de la configuration de IIS, mais j'ai revérifié plusieurs fois et je n'arrive pas à trouvé la source du problème. Pour le log voici le problème mentionné :

WARNING [Thread-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [pdweb-app] appears to have started a thread named [net.sf.ehcache.CacheManager@3772fcd8] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: 27-Nov-2020 12:08:52.804 INFO [Thread-5] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
27-Nov-2020 12:08:52.835 INFO [Thread-5] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-0.0.0.0-8009"] 27-Nov-2020 12:08:52.851 INFO [45] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"] 27-Nov-2020 12:08:52.854 INFO [45] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-0.0.0.0-8009"]
Est-ce que quelqu'un sait d'où vient le problème ou comment le résoudre svp ?