You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step-2: In Eclipse - Tomcat Server - Runtime Environment - JRE must be mapped to the same JRE of JDK in which DECVM is patched in step-1
Step-3: Tomcat - Add "-XXaltjvm=dcevm -javaagent:\HotswapAgent.jar" in VM Arguments.
Step-4: Disable “Auto Reload” in Tomcat web modules
This is most important step, otherwise you will not see power of Hotswap Agent in step-5.
Step-5: Run Tomcat in Debug mode and Enjoy java coding.
When you start your server in debug mode, you should see messages like below in Eclipse Console.
Now if you do code changes in java as well as configuration files of supported plugins (i.e. logback.xml), those would be ready for unit testing immediately without server restart.