Hi,
I need help in setting up hotswap in my local environment. So for I am able to install DECVM in my java and configured the jboss server to use "-XXaltjvm=dcevm -javaagent:C:\java\hotswap-agent.jar". It is working fine. Only thing I am not able to understand is, where to put hotswap-agent.properties file.
Below is my folder structure:
C:\java\jdk_1.8.06
C:\java\hotswap-agent.jar
C:\codebase\project\
C:\jboss\
I am using ant to compile and build my application, which generate the EAR file. After that I am manually coping the EAR file to jboss deployment directory and starting the jboss server from jboss/bin directory.
Where do I have to put hotswap-agent.properties file and how it will be picked by running jboss server instance.
Thank you.