I deployed a .war
file in tomcat. The WEB-INF/web.xml
in the war file declares some filters but the running process seems to completely ignore the filters. :(
To debug this, I used intellij to remotely debug tomcat. (And can verify that the filter is indeed not called.) I can debug my own code without problems but intellij is not able to navigate me through the tomcat code (which is exactly the code building the filter chain.)
What do I need to do to be able to debug into the tomcat code?