Search code examples
intellij-ideawartomcat8intellij-14

Intellij and Apache Tomcat not updating


I have a project going on for a couple of months now using a Spring MVC framework. For developing I am using an Apache Tomcat 8.0.17 with an exploded war file. Everything worked well since yesterday. Now when I change my Java Files the changes are no longer visible. I can even throw runtime exceptions and stuff like that (I always restart the tomcat server). The only way to "update" my code is to rebuild the whole project (Build --> Rebuild Project) which is quite time consuming and very annoying.

I did not change anything in the configuration nor updated Intellij IDEA or the Tomcat Server.


Solution

  • I could fix this by manually deleting all the files in the following folder:

    %userdir%/.IntelliJIdea14/system/tomcat
    

    After a full rebuild the updateing process works perfectly again.