JSP Pages in Tomcat not refreshing on a save
I am trying out IntelliJ and I have created a Tomcat project but as I change my jsp pages the server is automatically refreshing the page. If I redeploy the entire server (click the run button) it works but this takes forever. Is there an easier way to do this? Thannks
请先登录再写评论。
Deploy as exploded war.
Context menu in editor: Package file
To package all changed files, simply invoke "Make Project".
serverinstallations wrote: