What my Requirement is: When doing any sort of modification in my project's file(s), I want those particular files to get redeployed automatically without manually doing rebuild/redeploy/restart.
That is, I want changes to reflect on my webpage as soon as I change any file and save it. Changed file should automatically be redeployed in server.
What I've tried so far:
Changed standalone.xml file in JBoss for redeploying the app whenever any files gets changed. But this does not fulfill my requirement properly. Also this method generated Out of Memory error many a times.
Thought of using JRebel but it is not available for free.
Tried using DCE VM, but no help.
Please suggest any alternate as redeploying project manually takes a lot of time. I want to automate this process by deploying only the changed files in the exploded ear. I don't want to use any IDE.