i working on javascript files, replace file in tmp/vfs folder. works fine 2 or 3 times.during work on static content (html , js files) found, wildfly seems stop reloading changed files after 2 or 3 changes.
i working on larger project, takes 10 min redeployment.
but have found possible solution :
hot deployment fixed in 8.2 . ( have restriction update server)
bypass redeployment. here (i tried method, issue remained)
i recommend use exploded deployment , configuration enable hot-deployment static resources, instead of replace file in tmp/vfs folder. see blog entry detail: http://www.nailedtothex.org/roller/kyle/entry/exploded-deployment-for-wildfly-on
Comments
Post a Comment