I'm testing IntelliJ Idea for web development. I'm trying to get live edit to work with updates to html files. My whole project is JavaEE deployed on Tomcat 8.0.12. Currently there is nothing but one index.html file in my web directory as I'm trying to test live edit.
I have the plugin installed and enabled in IntelliJ as well as Chrome and Chromium (using LinuxMint 17 KDE). I've been at this for a couple hours now and must be missing something. I can't get it to work in 13.1.4 or the EAP(Early Access Program) 14. When I "reload in browser" from IntelliJ, I see the action happen in the browser, but the actual content does not update.
I've tried debugging the normal exploded war deploy and creating a javascript debugger deploy.
Am I completely wrong and this won't work with JavaEE or Tomcat deploy? Should there be a difference between Chromium and Chrome?