2 Replies Latest reply on Nov 25, 2014 4:33 PM by rsoika

    How to disable caching static files

    rsoika

      Hi


      I learned the wildfly/undertow is using a buffer cache for caching content, such as static files. This works fine.

      But during development I would like to use a Hot-deploy mechanism where I just change the content of a css file in the exploded war folder of my jsf application.

      And these changes are not reflected when I try to reload the css file.

      So my question is: is there a way to disable the default caching mechanism? I am using wildfly 8.1 and I tried a lot of things but had no luck so far.

      The only way to update the css contents is to redeploy the whole application which takes much time.


      Thanks for help