In tomcat project, we have to restart the server whenever there is even tiny change made. DCEVM is really helpful.
http://ssw.jku.at/dcevm/
or
https://github.com/dcevm/dcevm
How?
Step 1: download the jar file
https://dcevm.github.io/
Step 2: Attach the dcevm to your existing JDK/JVM
Step3: in your eclipse, added below to the Arguments of Tomcat configuration
-XXaltjvm=dcevm
http://ssw.jku.at/dcevm/
or
https://github.com/dcevm/dcevm
How?
Step 1: download the jar file
https://dcevm.github.io/
Step 2: Attach the dcevm to your existing JDK/JVM
Step3: in your eclipse, added below to the Arguments of Tomcat configuration
-XXaltjvm=dcevm
Comments
Post a Comment