I was wondering if someone could point me in the direction of getting JRebel to work when I execute \'mvn tomcat:run\' from the command line. I can get JRebel to work in my
When I tried it today. I didn't see my changes being reflected at run time. I had to relauch application to see changes take it effect
doesn't setting MAVEN_OPTS system variable help?
Just and example:
In the console you'll see message from JRebel like these:
JRebel: Directory 'C:\projects\my-webapp\target\classes' will be monitored for changes.
JRebel: Directory 'C:\projects\my-webapp\src\main\webapp' will be monitored for changes.
If you happen to execute tomcat:run within eclipse and have the JRebel eclipse plugin installed, you can also simply enable JRebel on the run configuration.