0

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 :

  1. hot deployment is fixed in 8.2 . ( but I have some restriction to update the server)

  2. bypass redeployment. here (I tried this method, but issue is remained)

1 Answers1

1

I recommend you to use exploded deployment and some configuration to enable hot-deployment for static resources, instead of replace the file in tmp/vfs folder. see my blog entry for detail: http://www.nailedtothex.org/roller/kyle/entry/exploded-deployment-for-wildfly-on

Kohei Nozaki
  • 1,154
  • 1
  • 13
  • 36