I am working on some JavaScript files, replace the file in tmp/vfs folder. It works fine only two or three times.during work on static content (HTML and JS files) I found, that wildfly seems to stop reloading the changed files after 2 or 3 changes.
I am working on a larger project, it takes 10 min for redeployment.
but I have found some possible solution :
hot deployment is fixed in 8.2 . ( but I have some restriction to update the server)
bypass redeployment. here (I tried this method, but issue is remained)