I'm using IntelliJ 14 for deploying a Spring App to my local Tomcat 8 installation (Windows).
I recently changed the letter casing of some file names and it seems that Tomcat's working directory is not updated correctly (propably the fault of Windows's case-insensitive filesystem).
How do I clean Tomcat 8's working directory with IntelliJ?