I have a JEE web project that I first created in Eclipse. I used the Eclipse jrebel plugin to debug, and everything works fine. Now I have migrated it to IntelliJ, and am using the JRebel plugin. The project seems to deploy fine when I run it. Breakpoints on startup code are hit. However, when I bring up the home page in my browser I get an error 'Request not understood by server. (404)'. REST calls are not working. I have not trying to make any in-flight changes to the code, just want to get it working first.
I have looked in jrebel.log, there is nothing special there.