Intellij and Apache Tomcat not updating

前端 未结 2 1537
[愿得一人]
[愿得一人] 2020-12-20 05:57

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 wo

相关标签:
2条回答
  • 2020-12-20 06:33

    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.

    0 讨论(0)
  • 2020-12-20 06:39

    Use this is VM Options:

    -Dcatalina.home=%tomcat_folder% -Dwtp.deploy=%tomcat_folder%/webapps -Dcatalina.base=%tomcat_folder%
    
    0 讨论(0)
提交回复
热议问题