
If someone needs the configuration files details down't hesitate asking. Also had to use the fabulous Maven Copy Plugin because the xslt transformation occurred after the final war packaging and I had to add the resulting rebel.xml to that WAR.
Jrebel eclipse tomcat generator#
I used the XSLT Generator Maven Plugin to help me merge the various rebel.xml files. the JRebel plugin in three majorIDEs: Eclipse,IntelliJ IDEA, and NetBeans. I was able to get hot deploying (JRebel) and debug mode working. My Tomcat instance runs in a VirtualBox VM, which for Eclipse purposes means it is a remote server. This is becoming another issue a bit different of the original question :) Maybe I should through another question. JRebel for a standalone Tomcat server (Should know) helps you to understand. I am experimenting with a combination of Vagrant+VirtualBox+JRebel+Eclipse+Tomcat to develop a Java Servlet application. So these kind of properties will not be enough to guarantee that the absolute paths generated on each developer machine in the rebel.xml are correct.įor now, I'm trying to tackle using some kind of maven plugin to do the rebel.xml merge. I'm using maven properties but we've have two different maven multi-module hierarchy that don't know about each other and I can't use a root pom to connect them. But this is worthless for my team development environments. I can get it work if I create a custom rebel.xml for the main webapp that points to all the absolute directories containing the source files (static files such as JSP, HTML, JS, CSS, images, etc.) of the depending web apps. The rebel.xml for the jars modules are at the right places (inside the jar file). Because the rebel.xml it's generated dynamically via jrebel maven plugin when the main webapp build occurs, only the it's jrebel.xml prevail. Note As of JRebel 6.2.7, Eclipse 3.6 or newer is required. It also enables JRebel for applications and servers with a single click and improves the debugging support in Eclipse. I have a main web app module that depends on several webapps modules. The JRebel plugin for Eclipse includes JRebel Agents and it helps you automatically generate the JRebel configuration. Kind of.I'm still struggling with the war modules overlaying. What is a funcional development environment involving maven eclipse and a external tomcat?.It's possible to over come that eclipse WTP issue?.Currently, the Tomcat instance is controlled via service (tomcat monitor) and the deployed web apps are configured with a XML located at $/target/app will do the trick). I'm having a hard time getting JRebel to work in my current development environment.
