deployment - wildfly 8.1.0 hot deploy of static content -


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 :

  1. hot deployment fixed in 8.2 . ( have restriction update server)

  2. 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