IntelliJ IDEA 2016.2 tomcat属性未更新

时间:2017-04-21 20:51:58

标签: java tomcat intellij-idea

在使用eclipse多年后,我正在使用IntelliJ。我已经设置了我的tomcat服务器,我的应用程序运行得很好。我在我的tomcat conf文件夹中更新了文件系统上的属性文件,但是新文件内容没有显示出来。在IntelliJ中调试时,我看到它具有旧属性文件的内容。如何更新intelliJ以便它看到我的新变化?

1 个答案:

答案 0 :(得分:1)

IntelliJ创建一个tomcat的小副本来启动应用程序服务器,就像eclipse一样,具体取决于您可以在以下位置找到的操作系统:

Windows: C:\Users\${user}\.IntelliJIdea${version}\system\tomcat\
Linux  : /home/${user}/.IntelliJIdea${version}/system/tomcat/
Mac    : /Users/${user}/Library/Caches/IntelliJIdea${version}/tomcat/  

因此,您应该更新相应目录中的配置文件