I've recently started using JRebel with Eclipse and Jboss and its working perfectly fine for me. Its deploying changed files to
D:/Workspace/Project/build/classes
as I've mentioned the same in rebel.xml
. However I want to change the path relative to the recently deployed war in tmp
folder inside the Jboss server. Is there a way I can do so ?