I have Maven module with JRebel and Tomcat-maven-plugin. I run the tomcat:run with JRebel as shown in the screenshot. Whenever I change are reflected in the browser.
Question 1: How do I make sure that these changes are reflected by JRebel not tomcat redeployment like in Jetty plugin we make 0?
In Console
[2012-09-17 10:11:22] JRebel: Directory 'C:\Users\abc\Desktop\Java\IntelliJ-Projects\Struts2_Maven_HelloWorld\target\classes' will be monitored for changes.
[2012-09-17 10:11:22] JRebel: Directory 'C:\Users\abc\Desktop\Java\IntelliJ-Projects\Struts2_Maven_HelloWorld\src\main\webapp' will be monitored for changes.
Question 2: Is there any way to enable JRebel logging with -Drebel.log=true in pom.xml JRebel plugin. I am unable to enable logging.?