I am trying to run a JRebel into a WebLogic 10.3.6. I've just installed it and it seems alright at the beginning but the web application does not get the code changes, it seems like JRebel does not refresh the application in real time. I'm using Eclipse Mars (with the installed plugin), Java 1.7, Maven 3.3.9 and the last version of JRebel, I got a trial license.
Asked
Active
Viewed 204 times
0
-
1Have you created a rebel.xml in the web application? – Alan Hay Jan 03 '17 at 13:48
-
Yes! It is resolved. I did not know that I had to redeploy the application in WebLogic, that is to say, after install JRebel in Eclipse and prepare a server like WL it is necessary to make a new deploy with the rebel.xml. Thanks anyway! – Clara MG Jan 03 '17 at 15:05