Hey everyone, I am looking into setting up and using JREBEL [1] with the Rave project.
This allows you to run the project through JREBEL and not have to re-build after making changes to .java files. This will recompile only the necessary portions of the application, and inject them into the running application. >From what I can tell through their documentation, it is required that you run >the project through the IDE (I'm using IntelliJ) with a tomcat run >configuration. Before even trying to set up JREBEL, I am having trouble setting up a run configuration to run Rave through the IDE and was hoping someone could point me in the right direction. Choosing a maven run configuration works just fine, the problem lies when trying to make a tomcat run config. When only using a tomcat run configuration it asks you to choose the artifacts you want to build and run. I chose every combination of rave-portal (exploaded & war) at the /portal context, and rave-shindig (exploaded & war) and the / context, but when running the app never spins up correctly. In order to start testing the JREBEL config set-up I would like to have this working and hoping someone can help. Thanks, Daniel Gornstein [1] http://zeroturnaround.com/software/jrebel/
