I had configured DCEVM on intellij, but I think the way I did it is wrong as when I made some change in the java file and ctrl + shift + f9, the tomcat is getting restarted. Can someone please tell me the correct way to configure it.
Asked
Active
Viewed 1,521 times
0
-
I have tried various variations of this idea over the years, and none of them live up to their promises, including the commercial ones. You're probably spending more time trying to get this to work than you'd have spent restarting your app whenever your interfaces change. If you use spring-boot then you can start/stop your app very rapidly (usually). – Software Engineer Jan 05 '15 at 16:11
-
I've used jrebel, and it works fantastically. It is expensive though. – SoWeLie Jun 26 '15 at 12:34
-
Is your setting like this? `
` – KrishPrabakar Mar 06 '20 at 06:40
1 Answers
0
In intellij tomcat debug configuration, add the following parameters to your JVM arguments like this :
-XXaltjvm=dcevm -javaagent:/home/depellegrin/Applications/hotswap-agent.jar=autoHotswap=true
change /home/depellegrin/Application/ by your DCEVM-light-...-installer.jar path. For more information take a look at this blog

Salim Hamidi
- 20,731
- 1
- 26
- 31